-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
hash_pandas_object fails on tuple #28969
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
Comments
Can you include the trace back in the bug report? In particular we need to isolate whether this is a bug in pandas or numpy |
Traceback added. |
This looks similar to numpy/numpy#9441. |
Ok, how can this be solved? Can I help? |
I have no idea about the underlying NumPy issue. You could try posting over there but it seems a bit thorny. On the pandas side of things, we could perhaps avoid the |
@TomAugspurger would like to work on this if nobody has taken this issue. |
Ok. It’s not clear to me what a correct fix is though.
… On Oct 21, 2019, at 01:32, Rajhans Jadhao ***@***.***> wrote:
@TomAugspurger would like to work on this if nobody has taken this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Code Sample
Traceback
Problem description
Tuples are immutable and hash should work correct?
Expected Output
Hashed dataframe elements.
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : None
python : 3.7.3.final.0
python-bits : 64
OS : Linux
OS-release : 5.0.0-1018-azure
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : C.UTF-8
LOCALE : en_US.UTF-8
pandas : 0.25.1
numpy : 1.17.2
pytz : 2019.3
dateutil : 2.8.0
pip : 19.2.3
setuptools : 41.4.0
Cython : None
pytest : 5.2.1
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.10.3
IPython : 7.8.0
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : 3.1.1
numexpr : None
odfpy : None
openpyxl : 3.0.0
pandas_gbq : None
pyarrow : 0.15.0
pytables : None
s3fs : None
scipy : 1.3.1
sqlalchemy : 1.3.10
tables : None
xarray : None
xlrd : 1.2.0
xlwt : None
xlsxwriter : None
The text was updated successfully, but these errors were encountered: