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-94-ge3df4e2':
DOC: added info on encoding parameter for csv i/o
TST: renamed io b/c module conflict, made suite check for config
added vbench for write csv
BUG: made encoding optional on csv read/write, addresses pandas-dev#717
BUG: float64 hash table for handling NAs in Series.unique, closepandas-dev#714
TST: add bench_unique.py
TST: added better testing for pandas-dev#709
BUG: closespandas-dev#709, bug in ix + multiindex use case
DOC: release notes
BUG: don't assume that each object contains every unique block type in concat, GH pandas-dev#708
BUG: inconsistency in .ix with integer label and float index
Fix test that assumed py2.
Don't use unnecessary UnicodeReader on Python 3.
BUG: remove poor man's breakpoint
BUG: closespandas-dev#705, csv is encoded utf-8 and then decoded on the read side
updated support contact info
DOC: note EWMA adjustment, closespandas-dev#703
ENH: closepandas-dev#694, pandas-dev#693, pandas-dev#692
BUG: Bar plot fails if axis parameter supplied, closespandas-dev#702
3x performance regression, likely b/c unicode changes
The text was updated successfully, but these errors were encountered: