-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Explicit signature for NDFrame.to_hdf #20903
Comments
I would love to help. How can I get started on this? |
Great! General contributing guidelines are at http://pandas-docs.github.io/pandas-docs-travis/contributing.html For this specific one, I would look at |
Cool. On it now. |
Closed by #29957. |
Currently we have
to_hdf(self, path_or_buf, key, **kwargs)
It'd be good to replace that with the actual signature (unless I'm missing a reason for the current implementation) and document it fully.
The text was updated successfully, but these errors were encountered: