PyKX
Q+A for Python on kdb
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Habla Computing's New Post on PyKX!

Hello everyone! We've prepared an in-depth example demonstrating how to migrate a Python codebase utilizing the potential of PyKX to enhance a traffic forecasting project with Machine Learning. This serves as a follow-up to the previous post titled "...

1695032363777.jpg

Resolved! How to transform pykx list of lists to .np() matrix

Hi! I am trying to transform a list of lists to a numpy matrix. For example, this array: arr = kx.toq(np.random.rand(3,2)) We tried to transform it with the .np method: arr.np() But the result of this was an array of objects, which cannot be easily t...

Resolved! PyKX IPC work with multithreading?

Hi there, I have a PyKx process that uses IPC to connect to a port, and we're running some KDB functions that involve multithreading (cutPeach). However everytime I run it, I keep getting the following error: Traceback (most recent call last):File "C...

cleung by New Contributor
  • 650 Views
  • 3 replies
  • 0 kudos

Resolved! PyKx Console not showing from IPC Port

Hi there, I'm pretty new to using PyKX, and when migrating our code over from KDB to PyKX, we are running into issues with logging. We are using QConnection/IPC to grab a port in an existing environment, and query functions now via python. However, w...

cleung by New Contributor
  • 604 Views
  • 2 replies
  • 0 kudos

pykx error when import

Hi guys, I believe I've successfully installed pykx on my Linux server and no license error was thrown. However, I still got a weird error after loading init q code: File "pykx/_wrappers.pyx", line 499, in pykx._wrappers._factoryFile "pykx/_wrappers....

xzhai125 by New Contributor
  • 293 Views
  • 1 replies
  • 0 kudos