We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c15b2d commit 100b47bCopy full SHA for 100b47b
doc/source/v0.15.0.txt
@@ -394,7 +394,7 @@ Enhancements
394
395
396
397
-- Bug in ``DataFrame.shift`` where empty columns would throw ``ZeroDivisionError`` on numpy 1.7 (:issue:`8019`)
+
398
399
400
@@ -543,7 +543,7 @@ Bug Fixes
543
544
545
546
-
+- Bug in ``DataFrame.shift`` where empty columns would throw ``ZeroDivisionError`` on numpy 1.7 (:issue:`8019`)
547
548
549
@@ -555,7 +555,7 @@ Bug Fixes
555
- Bug in ``read_html`` where ``bytes`` objects were not tested for in
556
``_read`` (:issue:`7927`).
557
558
-- Bug in ``DataFrame.stack()`` when one of the column levels was a datelike (:issue: `8039`)
+- Bug in ``DataFrame.stack()`` when one of the column levels was a datelike (:issue:`8039`)
559
560
561
0 commit comments