exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
152 stars 89 forks source link

Conflict qsymbol and qstring in pandas writer #81

Open dahanaclsa opened 2 years ago

dahanaclsa commented 2 years ago

The pandas writers / reader is completely ignoring the string/symbol types.

pandas_parser

possible cause - _pandas.py/line 165 : ` if qtype == QSTRING:

assume we have a generic list of strings -> force representation as symbol list

            qtype = QSYMBOL

`

dahanaclsa commented 2 years ago

https://github.com/exxeleron/qPython/issues/68