-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pd.HDFStore doesn't accept pathlib objects #14705
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
Maybe this should be fixed upstream in pytables now that I think of it... |
this was set for the so this should be quite easy to do. |
I haven't worked with pathlib before, but I'd like to start taking a look and attempt a pr! |
Hello, I've just checked out the latest version of the repo, and the problem seems to be already fixed:
I think this issue can be safely closed. |
Yes, and this is tested here. Thanks! |
Code Sample, a copy-pastable example if possible
Expected Output
same as str for path
xref #11033 for the original Pathlib implementation
xref #13823 for fspath
The text was updated successfully, but these errors were encountered: