Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move DataFrame.info() to live with similar functions
  • Loading branch information
jpeacock29 authored Jan 26, 2020
commit 57b18683356c4ba3f2831e5be8326e21c7ae94e7
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