You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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?
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 versionpython -V; python3 -V; pip list | grep pyq:Which version of kdb+ are you using, is it 32-bit or 64-bit?
If on 64-bit, is your
QLICset? Please provide outputenv | grep QLICon linux/macOS, orset|grep QLICon Windows.Did you use virtual environment to install PyQ? If not, why?
Where is your
QHOME? Please provide outputenv | grep QHOMEon linux/macOS, orset|grep QHOMEon Windows.Do you use Conda? If so, what version?
Lists cannot be cast to pandas series in version > 1.0.
Versions:
PyQ 4.2.1
Pandas 1.0.3
Numpy 1.17.4
Both yield
AttributeError: items