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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.1.txt
+6-4
Original file line number
Diff line number
Diff line change
@@ -417,6 +417,11 @@ Bug Fixes
417
417
- Bug in ``concat`` doesn't handle empty ``Series`` properly (:issue:`11082`)
418
418
419
419
420
+
421
+
- Bug in ``fill_value`` is ignored if the argument to a binary operator is a constant (:issue `12723`)
422
+
423
+
- Bug in ``pd.read_html`` when using bs4 flavor and parsing table with a header and only one column (:issue `9178`)
424
+
420
425
- Bug in ``pivot_table`` when ``margins=True`` and ``dropna=True`` where nulls still contributed to margin count (:issue:`12577`)
421
426
- Bug in ``pivot_table`` when ``dropna=False`` where table index/column names disappear (:issue:`12133`)
422
427
- Bug in ``crosstab`` when ``margins=True`` and ``dropna=False`` which raised (:issue:`12642`)
@@ -425,7 +430,4 @@ Bug Fixes
425
430
- Bug in ``.describe()`` resets categorical columns information (:issue:`11558`)
426
431
- Bug where ``loffset`` argument was not applied when calling ``resample().count()`` on a timeseries (:issue:`12725`)
427
432
- ``pd.read_excel()`` now accepts path objects (e.g. ``pathlib.Path``, ``py.path.local``) for the file path, in line with other ``read_*`` functions (:issue:`12655`)
428
-
- ``pd.read_excel()`` now accepts column names associated with keyword argument ``names``(:issue:`12870`)
429
-
430
-
431
-
- Bug in ``fill_value`` is ignored if the argument to a binary operator is a constant (:issue:`12723`)
433
+
- ``pd.read_excel()`` now accepts column names associated with keyword argument ``names``(:issue `12870`)
0 commit comments