You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.dtypesand DataFrame.shape.
Glad to make a pull request if this makes sense to others.
The text was updated successfully, but these errors were encountered:
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 likeDataFrame.memory_usage()
,DataFrame.dtypes
andDataFrame.shape
.Glad to make a pull request if this makes sense to others.
The text was updated successfully, but these errors were encountered: