Skip to content

Enable Series/DataFrame.to_csv to accept a file-handle like argument #765

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

Closed
wesm opened this issue Feb 8, 2012 · 0 comments
Closed

Enable Series/DataFrame.to_csv to accept a file-handle like argument #765

wesm opened this issue Feb 8, 2012 · 0 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Feb 8, 2012

Per SO thread: http://stackoverflow.com/questions/9189425/pandas-dataframe-serialization

@wesm wesm closed this as completed Feb 8, 2012
yarikoptic added a commit to neurodebian/pandas that referenced this issue Feb 10, 2012
* commit 'v0.7.0rc1-183-gcc2a8a7': (86 commits)
  DOC: release notes
  ENH: can pass file handle or StringIO to Series.to_csv and DataFrame.to_csv, GH pandas-dev#765
  BUG: fix subtle bug in maybe_convert_objects causing indexes to be mutated, test coverage, fix pandas-dev#766
  TST: merge test coverage and trim floating point zeros even if there are NAs
  TST: skip excel tests if libraries not installed
  TST: more merge test coverage, refactoring
  ENH: more intelligent inference about index_col for Excel files, test coverage for PR pandas-dev#735
  BUG: fix docstring
  TST: test coverage
  Fix up docstrings
  Combine xlsx tests with xls to avoid code duplication
  Add some additional excel reading/writing tests
  Document sheet_name arg in docstring, give it a default value
  Add to_excel in Panel and corresponding test
  Test to_excel with MultiIndex
  Document writing multiple DataFrames to different sheets
  Add support for reading/writing .xlsx using openpyxl
  Special case np.int64 in ExcelWriter and add unittest
  Missed one variable rename
  Add unittest for to_excel
  ...
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
Use astype vs using str accessor to convert to unicode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant