question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: Dataframe.skew invalid function signature for "skipna"

See original GitHub issue

Location of the documentation

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.skew.html

Documentation problem

In the function signature it says skipna=None even though the parameter documentation underneath says skipna bool, default True.

Suggested fix for documentation

The skipna=None in function signature should be changed to skipna=True.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
MarcoGorellicommented, May 8, 2020

@simonjayhawkins isn’t this still present even without the type annotations? image

EDIT

sorry, commenting almost at the same again 😃

0reactions
MarcoGorellicommented, May 9, 2020

@bf that would be a separate issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

pandas.DataFrame.skew — pandas 1.5.2 documentation
For Series this parameter is unused and defaults to 0. skipnabool, default True. Exclude NA/null values when computing the result. levelint or level...
Read more >
dask.dataframe.core - Dask documentation
DataFrame, pd.Series, pd.Index) ): return NotImplemented if method == "__call__": if numpy_ufunc.signature is not None: return NotImplemented if ...
Read more >
apache_beam.dataframe.frames module - Apache Beam
General function to concatenate DeferredDataFrame or DeferredSeries objects. Notes. Iteratively appending to a DeferredSeries can be more computationally ...
Read more >
Kurtosis() & Skew() Function In Pandas | by Atanu Dan | Medium
Pandas -Skew Function. Describe: Skewness is a measure of asymmetry of a distribution. · In a normal distribution, the mean divides the curve ......
Read more >
Release 0+untagged.50.g9a95a2f.dirty Modin contributors
you find something wrong, please raise an issue or email the bug reporter: ... Modin supports all of the above pandas API functions,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found