Skip to content

DOC: Typo in Cheatsheet regarding df.dtypes #64381

@jonasricker

Description

@jonasricker

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://github.com/pandas-dev/pandas/blob/main/doc/cheatsheet/Pandas_Cheat_Sheet.pdf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions