Skip to content

Commit

Permalink
Move DataFrame.info() to live with similar functions (#31317)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeacock29 authored and jreback committed Jan 26, 2020
1 parent 15257ea commit 323e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Attributes and underlying data
:toctree: api/

DataFrame.dtypes
DataFrame.info
DataFrame.select_dtypes
DataFrame.values
DataFrame.axes
Expand Down Expand Up @@ -347,7 +348,6 @@ Serialization / IO / conversion

DataFrame.from_dict
DataFrame.from_records
DataFrame.info
DataFrame.to_parquet
DataFrame.to_pickle
DataFrame.to_csv
Expand Down

0 comments on commit 323e518

Please sign in to comment.