-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
API DesignDocsIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.to_markdown.html
Documentation problem
The document of pandas.DataFrame.to_markdown
is unfriendly because many options are shown as **kwargs
.
I think these arguments should be documented explicitly like a to_csv
.
https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.to_csv.html
Suggested fix for documentation
All arguments supported by to_markdown
should be shown at document.
If don't mind, I would like to tackle this improvement.
Metadata
Metadata
Assignees
Labels
API DesignDocsIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action