Skip to content

DOC: Fix documentation for read_csv's mangle_dupe_cols (GH19203) #19208

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 2 commits into from
Jan 15, 2018

Conversation

Bernhard10
Copy link
Contributor

@codecov
Copy link

codecov bot commented Jan 12, 2018

Codecov Report

Merging #19208 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #19208      +/-   ##
==========================================
+ Coverage   91.53%   91.53%   +<.01%     
==========================================
  Files         147      147              
  Lines       48797    48812      +15     
==========================================
+ Hits        44664    44678      +14     
- Misses       4133     4134       +1
Flag Coverage Δ
#multiple 89.9% <ø> (ø) ⬆️
#single 41.7% <ø> (+0.1%) ⬆️
Impacted Files Coverage Δ
pandas/io/parsers.py 95.48% <ø> (ø) ⬆️
pandas/core/dtypes/cast.py 87.98% <0%> (-0.68%) ⬇️
pandas/core/internals.py 94.5% <0%> (ø) ⬆️
pandas/core/dtypes/dtypes.py 96.12% <0%> (+0.01%) ⬆️
pandas/core/indexes/interval.py 92.38% <0%> (+0.08%) ⬆️
pandas/core/dtypes/common.py 95.32% <0%> (+0.77%) ⬆️

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 8347ff8...918e94a. Read the comment docs.

@jorisvandenbossche
Copy link
Member

Change looks good! Can you check if a similar edit in io.rst is needed?

@jorisvandenbossche jorisvandenbossche added Docs IO CSV read_csv, to_csv labels Jan 12, 2018
@jorisvandenbossche jorisvandenbossche added this to the 0.23.0 milestone Jan 12, 2018
@jorisvandenbossche jorisvandenbossche merged commit 1a240f6 into pandas-dev:master Jan 15, 2018
@jorisvandenbossche
Copy link
Member

@Bernhard10 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor inaccurracy in documentation of read_csv's option mangle_dupe_cols
3 participants