We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863aa1d commit 51b9844Copy full SHA for 51b9844
RELEASE.rst
@@ -135,6 +135,11 @@ pandas 0.9.0
135
- Fix broken interaction between np.nansum and Series.any/all
136
- Fix bug with multiple column date parsers (#1866)
137
- DatetimeIndex.union(Int64Index) was broken
138
+ - Make plot x vs y interface consistent with integer indexing (#1842)
139
+ - set_index inplace modified data even if unique check fails (#1831)
140
+ - Only use Q-OCT/NOV/DEC in quarterly frequency inference (#1789)
141
+ - Upcast to dtype=object when unstacking boolean DataFrame (#1820)
142
+ - Fix float64/float32 merging bug (#1849)
143
144
pandas 0.8.1
145
============
0 commit comments