Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict qsymbol and qstring in pandas writer #81

Open
dahanaclsa opened this issue Nov 15, 2021 · 1 comment
Open

Conflict qsymbol and qstring in pandas writer #81

dahanaclsa opened this issue Nov 15, 2021 · 1 comment

Comments

@dahanaclsa
Copy link

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

  • When writing : both string and numpy.string are going to be passed as symbol when writing. But according to documentation only numpy.string should be converted to symbol

  • Similarly when reading: symbol/string are going to be received as bytes instead of numpy.bytes for symbol.

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
Copy link
Author

#68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant