Closed
Description
In the API reference for DataFrame, why is DataFrame.info()
in the "Serialization / IO / conversion" section? It would make more sense to me in the "Attributes and underlying data" section, which has similar methods and attributes like DataFrame.memory_usage()
, DataFrame.dtypes
and DataFrame.shape
.
Glad to make a pull request if this makes sense to others.