-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Usage of 'limit' keyword when filling with a value #10002
New issue
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
Comments
Comment of @jreback at SO: doc string wrong - limit is how many to fill |
mortada
added a commit
to mortada/pandas
that referenced
this issue
Apr 28, 2015
mortada
added a commit
to mortada/pandas
that referenced
this issue
Apr 29, 2015
mortada
added a commit
to mortada/pandas
that referenced
this issue
Apr 29, 2015
mortada
added a commit
to mortada/pandas
that referenced
this issue
Apr 29, 2015
jorisvandenbossche
added a commit
that referenced
this issue
Apr 29, 2015
DOC: improve fillna() doc for limit keyword (fixes #10002)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From SO: http://stackoverflow.com/questions/29906512/pandas-variation-on-filling-nan-whats-an-elegant-and-pythonic-way-to-do-thi/29906743?noredirect=1#29906743
When doing
df.fillna(10, limit=2)
what islimit=2
doing?The docstring says:
But this only explains for filling with a method, not for filling with a value.
The text was updated successfully, but these errors were encountered: