Skip to content

Conversation

@huhu-dsy
Copy link
Contributor

@huhu-dsy huhu-dsy commented Oct 16, 2025

Comment on lines 878 to 885
Column(s) to use as row label(s), denoted either by column labels or column
indices. If a sequence of labels or indices is given,
:class:`~pandas.MultiIndex`
will be formed for the row labels.
Note: ``index_col=False`` can be used to force pandas to *not* use the first
column as the index, e.g., when you have a malformed file with delimiters at
the end of each line.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation of this section seems different than the others

Comment on lines 1148 to 1153
.. versionadded:: 1.3.0
.. versionadded:: 1.4.0
Callable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. versionadded:: 1.3.0
.. versionadded:: 1.4.0
Callable

This section looked odd, but these are old versions so we can remove

Comment on lines 1466 to 1472
Column(s) to use as row label(s), denoted either by column labels or column
indices. If a sequence of labels or indices is given, :class:`~pandas.MultiIndex`
will be formed for the row labels.
Note: ``index_col=False`` can be used to force pandas to *not* use the first
column as the index, e.g., when you have a malformed file with delimiters at
the end of each line.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same indentation comment here

Comment on lines 1732 to 1737
.. versionadded:: 1.3.0
.. versionadded:: 1.4.0
Callable
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. versionadded:: 1.3.0
.. versionadded:: 1.4.0
Callable



@Appender(
_doc_read_csv_and_table.format(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If _doc_read_csv_and_table is not used anywhere else, can you remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I was delayed last week due to some other things and was unable to give feedback in time. I will make improvements based on your suggestions today.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I have already correctly improve my code。 but,it seems that Unit Tests / Pyodide build (pull_request) have some troubles。even if I submit the same code that can successfully submit,it still failed,I can't make it...

@mroeschke mroeschke added the Docs label Oct 16, 2025
@mroeschke mroeschke added this to the 3.0 milestone Oct 24, 2025
@mroeschke mroeschke merged commit 50bab2e into pandas-dev:main Oct 24, 2025
41 of 42 checks passed
@mroeschke
Copy link
Member

Thanks @huhu-dsy

@huhu-dsy huhu-dsy deleted the upreaders branch October 26, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants