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.1-1-ga2e86c2': (90 commits)
BUG: Fix Series, DataFrame plot() for non numerical/datetime (Multi)Index (closespandas-dev#741).
RLS: Version 0.7.1
DOC: release notes, what's new, change dev version to 0.7.1
BUG: closepandas-dev#839, another case where nan may be assigned to int series
ENH: raise NotImplementedError if user tries to iterate over .ix, GH pandas-dev#840
BUG: fixed null-check per pandas-dev#839
BUG: closepandas-dev#839, exception on assigning NA to bool or int64 series
TST: more test coverage for release target
TST: added core coverage
TST: fix lingering line of code from pandas-dev#838
DOC: added yet a bit more to release notes
TST: unit test for pandas-dev#838
DOC: added more release notes
BUG: raise more helpful error msg for pandas-dev#835
TST: added skip excel test for no xlrd installed
BUG: closepandas-dev#835, add option to suppress index inference
BUG: closepandas-dev#837, excelfile throws an exception for two-line file
ENH: fill_value arg in DataFrame.reindex/reindex_axis, add fillna to sparse objects, GH pandas-dev#784
ENH: add fill_value argument to Series.reindex, DataFrame next, pandas-dev#784
ENH: concat Series with axis=1 for completeness, GH pandas-dev#787
...
Example (paste this in an Excel file):
Test Test1
aaaa bbbbb
Works correctly if the number of lines is at least 3. Pandas is from yesterday's git (path names have been slightly trimmed to improve readability).
The text was updated successfully, but these errors were encountered: