-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
format ignored in HDFStore.open #13291
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
Labels
Error Reporting
Incorrect or improved errors from pandas
good first issue
IO HDF5
read_hdf, HDFStore
Milestone
Comments
|
quintusdias
added a commit
to quintusdias/pandas_dev
that referenced
this issue
May 28, 2016
4 tasks
This was referenced Apr 10, 2019
Closed
nickponvert
added a commit
to AllenInstitute/visual_behavior_analysis
that referenced
this issue
Apr 11, 2019
This addresses issue #513 and makes PR #514 unnecessary. For future reference, here's the explanation for the #513 fix: This PR addresses issue #513 by changing all of the calls to pandas.read_hdf() to no longer pass 'format' as a kwarg. We used to do this, and the passed kwarg was ignored by HDFStore.open because it wasn't a defined keyword arg for that method, but no alarms were raised. See: pandas-dev/pandas#13291 In newer versions of pandas there is an exception raised if you try to pass 'format' to the read_hdf() method. Removing this kwarg: - Won't change the output of read_hdf, as the kwarg was being ignored before, and - Allows me to run Marina's old notebooks with VBA analysis code and pandas==0.24.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Error Reporting
Incorrect or improved errors from pandas
good first issue
IO HDF5
read_hdf, HDFStore
df stored as table: False
df2 stored as table: True
INSTALLED VERSIONS
commit: None
python: 2.7.11.final.0
python-bits: 64
OS: Linux
OS-release: 3.16.0-30-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: None
pandas: 0.18.0
The text was updated successfully, but these errors were encountered: