-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_hdf.html
Documentation problem
- Section "Returns" is missing.
- Section "Raises" is missing.
Said differently, in the HTML source, "Parameters" is a defined term, but "Returns" and "Raises" are not in the HTML source.
<dl class="py method">
<dt class="sig sig-object py" id="pandas.DataFrame.to_hdf">
...
<dd>
...
<dt class="field-odd">Parameters
...
Suggested fix for documentation
The data for those sections probably exists, but it isn't being published by the automated process. I tried to figure out where the rst file lives, but I gave up after half an hour.
Metadata
Metadata
Assignees
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member