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
- Added option to ``Series.str.split()`` to return a ``DataFrame`` rather than a ``Series`` (:issue:`8428`)
228
226
- Added option to ``df.info(null_counts=None|True|False)`` to override the default display options and force showing of the null-counts (:issue:`8701`)
229
227
230
-
.. _whatsnew_0151.performance:
231
-
232
-
Performance
233
-
~~~~~~~~~~~
234
-
235
-
236
-
.. _whatsnew_0151.experimental:
237
-
238
-
Experimental
239
-
~~~~~~~~~~~~
240
-
241
-
.. _whatsnew_0151.bug_fixes:
242
-
243
228
Bug Fixes
244
229
~~~~~~~~~
245
230
@@ -302,4 +287,4 @@ Bug Fixes
302
287
- Bug in Setting by indexer to a scalar value with a mixed-dtype `Panel4d` was failing (:issue:`8702`)
303
288
304
289
- Bug where ``DataReader``'s would fail if one of the symbols passed was invalid. Now returns data for valid symbols and np.nan for invalid (:issue:`8494`)
305
-
- Bug in ``get_quote_yahoo`` that wouldn't allow non-float return values (:issue:`5229`).
290
+
- Bug in ``get_quote_yahoo`` that wouldn't allow non-float return values (:issue:`5229`).
0 commit comments