I am trying to pull a KDB table into a python dataframe. The table is created successfully, all float columns are visable but symbol columns are blank.
I am using:
with qconnection.QConnection(host = 'XXXX', port = 5001, pandas = True) as q:
df = q.sync('table')
Meta on this table shows the string columns are of type 's'. type of table is 98h. I am using python 3.7.
Anyone has encountered this before?
I agree with Terry that this might be an issue with using python 3.7 with qpython. The project has been in maintenance mode for a while now with lots of issues noted on their github page https://github.com/exxeleron/qPython
can you please try this and see what is returned? it looks to be working fine on python 3.6