We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an example, let's see the documentation for pandas.DataFrame.dtypes:
pandas.DataFrame.dtypes
Documentation:
DataFrame.dtypes Return the dtypes in this object. https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.dtypes.html
DataFrame.dtypes Return the dtypes in this object.
DataFrame.dtypes
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 is pandas.core.series.Series with elements of numpy.dtype.
Return a series of dtypes in this object. Return type is pandas.core.series.Series with elements of numpy.dtype.
pandas.core.series.Series
numpy.dtype
And those two types should link to related to documentation if available.
The text was updated successfully, but these errors were encountered:
sure there are doc strings that could use updating
Sorry, something went wrong.
This has been fixed.
No branches or pull requests
As an example, let's see the documentation for
pandas.DataFrame.dtypes
:Documentation:
This documentation is insufficient to describe the function. Perhaps a better documentation would state something like:
And those two types should link to related to documentation if available.
The text was updated successfully, but these errors were encountered: