Asking for help regarding Capstone Project Level 2 q Developers

Hello all!

I was trying to finish the Capstone Project for Level 2 - q Developers, but I encountered an issue. There are a few exercises where I get a Fail when running the code, however I do not receive any error messages (except for one of them, exercise 3.4). I will attach a printscreen here : ​

The error from exercise 3.4 comes from the fact that the path in question is not found, I am not sure if this error comes from my code or from the work environment.

Since I don't get a Pass for all the exercises, I cannot submit the project.

Could you please advice me in how to proceed next?​ @mwoods @megan_mcp1

Hi @ademar3548 ,

There are 5 tests failing in this project. If you send me your code I can help identify where you need some guidance. In the meantime

For 2.3 the messages table is in the wrong format. Use * when reading in the file to ensure the type of the columns is correct.

For tradeContext, you should be using aj and your option_id column should have a p attribute set.

For 3.4, the error message indicates the test is not able to run, double check you have saved the file to the correct location.

For 4.7, you can see examples of how to use cor here: cor – corelation coefficient | Reference | kdb+ and q documentation - kdb+ and q documentation

Hope this helps,

Laura