pyq icon indicating copy to clipboard operation
pyq copied to clipboard

pandas 1.0.3 incompatibility

Open antipisa opened this issue 4 years ago • 10 comments

Questions

  • [ ] Which operating system are you using (if Linux, please provide flavour of it, i.e RedHat, CentOS or Ubuntu), is it 32-bit, or 64-bit?

    Linux Red Hat 7
    
  • [ ] Which version of PyQ are you running? Please provide output of pyq --versions, if PyQ isn't operational, please provide Python interpreter version and PyQ version python -V; python3 -V; pip list | grep pyq:

    4.2.1
    
  • [ ] Which version of kdb+ are you using, is it 32-bit or 64-bit?

    KDB 3.6
    
    • [ ] If on 64-bit, is your QLIC set? Please provide output env | grep QLIC on linux/macOS, or set|grep QLIC on Windows.

      
      
  • [ ] Did you use virtual environment to install PyQ? If not, why?

    • Yes
  • [ ] Where is your QHOME? Please provide output env | grep QHOME on linux/macOS, or set|grep QHOME on Windows.

    QHOME=/Users/adb/miniconda3/q
    
    
  • [ ] Do you use Conda? If so, what version?

    Miniconda 3
    

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

antipisa avatar May 15 '20 22:05 antipisa

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

sashkab avatar May 15 '20 22:05 sashkab

Internal issue 1069.

sashkab avatar May 18 '20 17:05 sashkab

Has this been resolved?

antipisa avatar Jul 21 '20 16:07 antipisa

No, but accepting pull requests.

sashkab avatar Jul 21 '20 19:07 sashkab

Stale issue message

github-actions[bot] avatar Nov 20 '20 00:11 github-actions[bot]

Stale issue message

github-actions[bot] avatar Jan 20 '21 01:01 github-actions[bot]

@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

cmccarthy1 avatar Jan 28 '21 12:01 cmccarthy1

@cmccarthy1 no updates.

sashkab avatar Jan 28 '21 13:01 sashkab

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

cmccarthy1 avatar Feb 11 '21 13:02 cmccarthy1

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?

nmcdaid avatar Jun 11 '21 16:06 nmcdaid