KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

pandas 1.0.3 incompatibility #133

Open antipisa opened 4 years ago

antipisa commented 4 years ago

Questions

Lists cannot be cast to pandas series in version > 1.0.

Versions: PyQ 4.2.1 Pandas 1.0.3 Numpy 1.17.4

from pyq import q
import pandas as pd

pd.Series(q("`a`b`c"))

pd.Series(q.til(10))

Both yield AttributeError: items

sashkab commented 4 years ago

@antipisa please do not delete questionaries when opening issues. Future issues with removed questionaries will be closed immediately as invalid.

sashkab commented 4 years ago

Internal issue 1069.

antipisa commented 3 years ago

Has this been resolved?

sashkab commented 3 years ago

No, but accepting pull requests.

github-actions[bot] commented 3 years ago

Stale issue message

github-actions[bot] commented 3 years ago

Stale issue message

cmccarthy1 commented 3 years ago

@sashkab I see this had been labelled an internal issue, has there been any progress on this? There have been a number of users on internal channels asking about this

sashkab commented 3 years ago

@cmccarthy1 no updates.

cmccarthy1 commented 3 years ago

If possible can this be prioritised for any future updates. It's a blocking issue for the user that has been requesting the change

nmcdaid commented 3 years ago

This is also causing issues for my team - has there been an update on this? I thought PyQ was supposed to be supported by Kx rather than relying on external PRs?