We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e8878 commit 05f4477Copy full SHA for 05f4477
RELEASE.rst
@@ -235,6 +235,11 @@ pandas 0.9.0
235
as input argument (#1773)
236
- Fix resample bug when passed list of lambdas as `how` argument (#1808)
237
- Repr fix for MultiIndex level with all NAs (#1971)
238
+ - Fix PeriodIndex slicing bug when slice start/end are out-of-bounds (#1977)
239
+ - Fix read_table bug when parsing unicode (#1975)
240
+ - Fix BlockManager.iget bug when dealing with non-unique MultiIndex as columns
241
+ (#1970)
242
+ - Fix reset_index bug if both drop and level are specified (#1957)
243
244
245
pandas 0.8.1
0 commit comments