Skip to content

BUG: Align to_csv signatures with DataFrame and Series #14063

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 24, 2016

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Aug 22, 2016

Default path=None in Series.to_csv() for consistency with DataFrame.to_csv().

Closes #14054.

@codecov-io
Copy link

codecov-io commented Aug 22, 2016

Current coverage is 85.27% (diff: 100%)

Merging #14063 into master will not change coverage

@@             master     #14063   diff @@
==========================================
  Files           139        139          
  Lines         50446      50446          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43018      43018          
  Misses         7428       7428          
  Partials          0          0          

Powered by Codecov. Last update df2d9ab...389ae8c

@jreback jreback added the IO CSV read_csv, to_csv label Aug 24, 2016
@jreback jreback added this to the 0.19.0 milestone Aug 24, 2016
@jreback jreback merged commit 3923fcd into pandas-dev:master Aug 24, 2016
@jreback
Copy link
Contributor

jreback commented Aug 24, 2016

thanks!

@gfyoung gfyoung deleted the to-csv-align branch August 25, 2016 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants