You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the doc (and the code), the index argument is used for both DataFrame and Series while the header only for DataFrame
index (boolean, default True) – Includes the index when setting a Pandas DataFrame or Series.
header (boolean, default True) – Includes the column headers when setting a Pandas DataFrame.
it could be better to also use the header argument when setting Series
The text was updated successfully, but these errors were encountered:
In the doc (and the code), the index argument is used for both DataFrame and Series while the header only for DataFrame
it could be better to also use the header argument when setting Series
The text was updated successfully, but these errors were encountered: