Skip to content

MAINT: Nicer error msg for NULL byte in read_csv #13859

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
Aug 1, 2016

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jul 31, 2016

Provides a nicer error message for the Python engine in read_csv when the data contains a NULL byte.

Closes #2741.

Provides a nicer error message for the Python engine
in read_csv when the data contains a NULL byte.

Closes pandas-devgh-2741.
@codecov-io
Copy link

codecov-io commented Jul 31, 2016

Current coverage is 85.25% (diff: 100%)

Merging #13859 into master will increase coverage by <.01%

@@             master     #13859   diff @@
==========================================
  Files           140        140          
  Lines         50455      50460     +5   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43014      43019     +5   
  Misses         7441       7441          
  Partials          0          0          

Powered by Codecov. Last update 59f2557...bce0b6b

@sinhrks sinhrks added Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv labels Aug 1, 2016
@sinhrks sinhrks added this to the 0.19.0 milestone Aug 1, 2016
@jreback jreback merged commit d4f95fd into pandas-dev:master Aug 1, 2016
@jreback
Copy link
Contributor

jreback commented Aug 1, 2016

thanks @gfyoung

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Reporting Incorrect or improved errors from pandas IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants