Skip to content

BUG in read_csv when using skiprows on a file with CR line endings #9079 #9102

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
Dec 20, 2014
Merged

BUG in read_csv when using skiprows on a file with CR line endings #9079 #9102

merged 1 commit into from
Dec 20, 2014

Conversation

selasley
Copy link
Contributor

closes #9079
Fix the read_csv bug introduced in 6bf83c5 when using skiprows on a file with CR line terminators

@jreback jreback added Bug IO CSV read_csv, to_csv labels Dec 18, 2014
@jreback jreback added this to the 0.16.0 milestone Dec 18, 2014
@@ -48,3 +48,6 @@ Bug Fixes
~~~~~~~~~

.. _whatsnew_0160.bug_fixes:
=======
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you kill this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

On Dec 18, 2014, at 06:41, jreback [email protected] wrote:

In doc/source/whatsnew/v0.16.0.txt:

@@ -48,3 +48,6 @@ Bug Fixes


 .. _whatsnew_0160.bug_fixes:
+=======

can you kill this line?


Reply to this email directly or view it on GitHub.

@jreback jreback merged commit e020829 into pandas-dev:master Dec 20, 2014
@jreback
Copy link
Contributor

jreback commented Dec 20, 2014

@selasley thanks!

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

Successfully merging this pull request may close these issues.

Pandas v0.15.2 breaks read_csv with skiprows, delim_whitespace=True and explicit naming of columns
2 participants