-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
read_hdf does not work with auto_close argument #9327
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
Comments
you don't need to pass this argument to |
Should probably remove that from the docstring then. Is there ever a case where auto_closing isn't desired? Performance-sensitive tasks maybe? |
this is an internal argument for all intents (so maybe change to |
bashtage
pushed a commit
to bashtage/pandas
that referenced
this issue
Jun 11, 2015
Remove docstring indicating auto_close can be used in read_hdf. This value is always ignored. Also correctly implements support for passing open HDFStores. Adds error handling for unknown buffer-types. xref pandas-dev#9327
jreback
pushed a commit
that referenced
this issue
Jun 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to create DataFrame from HDF Store with
auto_close=True
orFalse
it breaks with error:error:
The same without
auto_close
argument works fine:yielding:
pandas 0.15.2, pytables 3.1.1 on Win8.1x64
The text was updated successfully, but these errors were encountered: