Skip to content

DOC: Addition to pd.DataFrame.assign() docstring (#20085) #20702

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

Merged
merged 1 commit into from
Apr 15, 2018

Conversation

HannahFerch
Copy link
Contributor

@HannahFerch HannahFerch commented Apr 15, 2018

Adding information to pd.DataFrame.assign() docstring that re-assigning of existing columns will overwrite the same.

@gfyoung
Copy link
Member

gfyoung commented Apr 15, 2018

cc @jreback

@codecov
Copy link

codecov bot commented Apr 15, 2018

Codecov Report

Merging #20702 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #20702   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files         153      153           
  Lines       49277    49277           
=======================================
  Hits        45257    45257           
  Misses       4020     4020
Flag Coverage Δ
#multiple 90.23% <100%> (ø) ⬆️
#single 41.91% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 97.16% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5d5a71...6d43c4a. Read the comment docs.

@jreback jreback added Docs Indexing Related to indexing on series/frames, not to indexes themselves labels Apr 15, 2018
@jreback jreback added this to the 0.23.0 milestone Apr 15, 2018
@jreback jreback merged commit d04b746 into pandas-dev:master Apr 15, 2018
@jreback
Copy link
Contributor

jreback commented Apr 15, 2018

thanks @HannahFerch

@HannahFerch HannahFerch deleted the df-assign-doc-addition branch April 16, 2018 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mistake in pd.DataFrame.assign() docstring
3 participants