Closed
Description
As an example, let's see the documentation for pandas.DataFrame.dtypes
:
Documentation:
DataFrame.dtypes
Return the dtypes in this object.https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.dtypes.html
This documentation is insufficient to describe the function. Perhaps a better documentation would state something like:
DataFrame.dtypes
Return a series of dtypes in this object.
Return type ispandas.core.series.Series
with elements ofnumpy.dtype
.
And those two types should link to related to documentation if available.