You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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, fixpandas-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
...
Per SO thread: http://stackoverflow.com/questions/9189425/pandas-dataframe-serialization
The text was updated successfully, but these errors were encountered: