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 fff7b89 commit aa5f824Copy full SHA for aa5f824
RELEASE.rst
@@ -41,6 +41,7 @@ pandas 0.8.1
41
42
**Bug fixes**
43
44
+ - Fix NA handling in DataFrame.to_panel (#1582)
45
- Handle TypeError issues inside PyObject_RichCompareBool calls in khash
46
(#1318)
47
- Fix resampling bug to lower case daily frequency (#1588)
@@ -50,6 +51,8 @@ pandas 0.8.1
50
51
- Fix Panel .ix indexing with integers bug (#1603)
52
- Fix Partial indexing bugs (years, months, ...) with PeriodIndex (#1601)
53
- Fix MultiIndex console formatting issue (#1606)
54
+ - Unordered index with duplicates doesn't yield scalar location for single
55
+ entry (#1586)
56
57
pandas 0.8.0
58
============
0 commit comments