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
The following sentence is incorrect
Many pandas operations return a DataFrame or a Series. The describe() method is an example of a pandas operation returning a pandas Series.
It should say "The describe() method is an example of a pandas operation returning a pandas DataFrame"
Thanks for the report @NicoLoco! Could you please edit your issue title to reflect the content?
Agreed that this is wrong, though it's not quite so clear because describe can return a Series if applied to a Series. Clarification would certainly be helpful here since in the example usage the result is a DataFrame, not a Series.
In the "getting started tutorial" here: https://pandas.pydata.org/docs/getting_started/intro_tutorials/01_table_oriented.html
The following sentence is incorrect
Many pandas operations return a DataFrame or a Series. The describe() method is an example of a pandas operation returning a pandas Series.
It should say "The describe() method is an example of a pandas operation returning a pandas DataFrame"
Steps to reproduce
The text was updated successfully, but these errors were encountered: