-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Open
Labels
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
Documentation problem
In the "Summarize Data" section of the cheatsheet, the dtypes property is incorrectly described as df.dtypes() (with brackets).
Suggested fix for documentation
Replace df.dtypes() with df.dtypes.
Reactions are currently unavailable