

megan_mcp
Forum Replies Created
-
-
Hi @nag4467,
In the question, it states the q process is only accessible on port 5010 (screenshot attached). Try using this port instead.
Thanks,
Megan
-
megan_mcp
AdministratorOctober 1, 2024 at 8:58 am in reply to: Introduction to PyKX section 3 Exercise 10Hi @ziong
Thank you for bringing this to our attention. We will make sure to correct this !
Thanks,
Megan
-
megan_mcp
AdministratorSeptember 23, 2024 at 9:39 am in reply to: Developer Level 2 Capstone 5.3 test problemHi @karce
The meta for your table seems correct. However, the first few rows of edgeProfileFull should look as follows (screenshot below).
I would suggest taking a look back over your edgeProfile table in 5.2 and your join statement in 5.3 to see if you can replicate the output in the screenshot.
Many thanks,
Megan
-
Hi @jervischionh,
For exercise 1.3 can you make sure that if you are selecting a column from a table that you use backticks (Tables in kdb+ | Language | kdb+ and q documentation – kdb+ and q documentation (kx.com). E.g. When selecting time and endTime from the window table, instead of this:
window: (t[time];t[endTime]);
We would write it as this:
window: t `time`endTime;
This goes for the rest of the columns in your code.
For exercise 2.3 can you create a dictionary mapping the mysensor options as seen in the table below.
If you have any questions, please feel free to reach out.
Many thanks,
Megan
-
Hi @jervischionh,
For exercise 1.3 can you make sure that if you are selecting a column from a table that you use backticks (Tables in kdb+ | Language | kdb+ and q documentation – kdb+ and q documentation (kx.com). E.g. When selecting time and endTime from the window table, instead of this:
window: (t[time];t[endTime]);
We would write it as this:
window: t `time`endTime;
This goes for the rest of the columns in your code.
For exercise 2.3 can you create a dictionary mapping the mysensor options as seen in the table below.
If you have any questions, please feel free to reach out.
Many thanks,
Megan
-
megan_mcp
AdministratorSeptember 16, 2024 at 10:32 am in reply to: Advanced Capstone Exercise 2.2 and 2.4 issues (Upd : Resolved)Hi @Saidharsan
Can you send me your exact code for exercise 2.2 please?
For exercise 2.4 can you make sure to create a dictionary mapping the mysensor inputs, as seen in the table below.
Thanks,
Megan
-
Apologies I was using an old instance of the project – port 5457 is correct.
To understand your code better, I will need to see how you created your uniqueOpts list. I see you have included some of the code but I would also need to see the uniqueOptions_dictionary.
You can send me this via dm if you wish🙂
Thanks,
Megan
-
megan_mcp
AdministratorSeptember 23, 2024 at 9:57 am in reply to: Known Forum UX Issues (and Resolutions)Hi @samsogade
Thank you for reporting this issue.
I have tested it and the issue has been resolved. Can you confirm this from your side?
Many thanks,
Megan
-
megan_mcp
AdministratorSeptember 16, 2024 at 2:50 pm in reply to: Advanced Capstone Exercise 2.2 and 2.4 issues (Upd : Resolved)@Saidharsan so glad you got sorted!
-
megan_mcp
AdministratorSeptember 16, 2024 at 2:26 pm in reply to: Advanced Capstone Exercise 2.2 and 2.4 issues (Upd : Resolved)Hi @Saidharsan
Your code seems to work fine for me. If you want to download your project.md file and send it to me via private message I can have a closer look?
Thanks,
Megan
-
megan_mcp
AdministratorSeptember 16, 2024 at 11:41 am in reply to: Advanced Capstone Exercise 2.2 and 2.4 issues (Upd : Resolved)Can you send me a screenshot of your updated .f1.checkSensor function? This will allow me to assist you better🙂
-
megan_mcp
AdministratorSeptember 16, 2024 at 10:55 am in reply to: Advanced Capstone Exercise 2.2 and 2.4 issues (Upd : Resolved)Can you make sure this dictionary exists within your .f1.checkSensor function.
-
megan_mcp
AdministratorSeptember 5, 2024 at 4:36 pm in reply to: Fundamentals Capstone Project not workingHi @Joe
I believe the error was that badTrades.csv was saved to the wrong directory. I removed it from your database and the code seems to be running fine now.
Let me know if you have any further issues.
Thanks,
Megan
-