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 `rsplit` to Index/Series StringMethods (:issue:`10303`)
84
-
85
85
.. _whatsnew_0162.enhancements.other:
86
86
87
87
Other Enhancements
88
88
^^^^^^^^^^^^^^^^^^
89
89
90
+
- Added `rsplit` to Index/Series StringMethods (:issue:`10303`)
91
+
90
92
- Removed the hard-coded size limits on the ``DataFrame`` HTML representation
91
93
in the IPython notebook, and leave this to IPython itself (only for IPython
92
94
v3.0 or greater). This eliminates the duplicate scroll bars that appeared in
@@ -97,15 +99,14 @@ Other Enhancements
97
99
You can also configure the way DataFrames are displayed using the pandas
98
100
options, see here :ref:`here <options.frequently_used>`.
99
101
100
-
- ``axis`` parameter of ``DataFrame.quantile`` now accepts also ``index``
101
-
and ``column``. (:issue:`9543`)
102
+
- ``axis`` parameter of ``DataFrame.quantile`` now accepts also ``index`` and ``column``. (:issue:`9543`)
102
103
103
104
.. _whatsnew_0162.api:
104
105
105
106
API Changes
106
107
~~~~~~~~~~~
107
108
108
-
- ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in constructor instead of returning an incorrect result (:issue:`10217`).
109
+
- ``Holiday`` now raises ``NotImplementedError`` if both ``offset`` and ``observance`` are used in the constructor instead of returning an incorrect result (:issue:`10217`).
109
110
110
111
111
112
.. _whatsnew_0162.performance:
@@ -122,50 +123,46 @@ Bug Fixes
122
123
~~~~~~~~~
123
124
124
125
- Bug in ``Series.hist`` raises an error when a one row ``Series`` was given (:issue:`10214`)
125
-
- Bug where read_hdf store.select modifies the passed columns list when
126
-
multi-indexed (:issue:`7212`)
126
+
- Bug where ``HDFStore.select`` modifies the passed columns list (:issue:`7212`)
127
127
- Bug in ``Categorical`` repr with ``display.width`` of ``None`` in Python 3 (:issue:`10087`)
128
128
- Bug in ``to_json`` with certain orients and a ``CategoricalIndex`` would segfault (:issue:`10317`)
129
129
- Bug where some of the nan funcs do not have consistent return dtypes (:issue:`10251`)
130
130
- Bug in ``DataFrame.quantile`` on checking that a valid axis was passed (:issue:`9543`)
131
-
- Bug in groupby.apply aggregation for Categorical not preserving categories (:issue:`10138`)
131
+
- Bug in ``groupby.apply`` aggregation for ``Categorical`` not preserving categories (:issue:`10138`)
132
132
- Bug in ``to_csv`` where ``date_format`` is ignored if the ``datetime`` is fractional (:issue:`10209`)
133
133
- Bug in ``DataFrame.to_json`` with mixed data types (:issue:`10289`)
134
134
- Bug in cache updating when consolidating (:issue:`10264`)
135
135
- Bug in ``mean()`` where integer dtypes can overflow (:issue:`10172`)
136
-
- Bug where Panel.from_dict does not set dtype when specified (:issue:`10058`)
136
+
- Bug where ``Panel.from_dict`` does not set dtype when specified (:issue:`10058`)
137
137
- Bug in ``Index.union`` raises ``AttributeError`` when passing array-likes. (:issue:`10149`)
138
138
- Bug in ``Timestamp``'s' ``microsecond``, ``quarter``, ``dayofyear``, ``week`` and ``daysinmonth`` properties return ``np.int`` type, not built-in ``int``. (:issue:`10050`)
139
139
- Bug in ``NaT`` raises ``AttributeError`` when accessing to ``daysinmonth``, ``dayofweek`` properties. (:issue:`10096`)
140
140
- Bug in Index repr when using the ``max_seq_items=None`` setting (:issue:`10182`).
141
141
- Bug in getting timezone data with ``dateutil`` on various platforms ( :issue:`9059`, :issue:`8639`, :issue:`9663`, :issue:`10121`)
142
-
- Bug in display datetimes with mixed frequencies uniformly; display 'ms' datetimes to the proper precision. (:issue:`10170`)
143
-
- Bug in ``setitem`` where type pormotion is applied to entire block (:issue:`10280`)
142
+
- Bug in displaying datetimes with mixed frequencies; display 'ms' datetimes to the proper precision. (:issue:`10170`)
143
+
- Bug in ``setitem`` where type promotion is applied to the entire block (:issue:`10280`)
144
144
- Bug in ``Series`` arithmetic methods may incorrectly hold names (:issue:`10068`)
145
145
- Bug in ``GroupBy.get_group`` when grouping on multiple keys, one of which is categorical. (:issue:`10132`)
146
146
- Bug in ``DatetimeIndex`` and ``TimedeltaIndex`` names are lost after timedelta arithmetics ( :issue:`9926`)
147
147
- Bug in ``DataFrame`` construction from nested ``dict`` with ``datetime64`` (:issue:`10160`)
148
148
- Bug in ``Series`` construction from ``dict`` with ``datetime64`` keys (:issue:`9456`)
149
-
- Bug in `Series.plot(label="LABEL")` not correctly setting the label (:issue:`10119`)
150
-
- Bug in `plot` not defaulting to matplotlib `axes.grid` setting (:issue:`9792`)
151
-
- Bug causing strings containing an exponent but no decimal to be parsed as ints instead of floats in python csv parser. (:issue:`9565`)
149
+
- Bug in ``Series.plot(label="LABEL")`` not correctly setting the label (:issue:`10119`)
150
+
- Bug in ``plot`` not defaulting to matplotlib ``axes.grid`` setting (:issue:`9792`)
151
+
- Bug causing strings containing an exponent, but no decimal to be parsed as ``int`` instead of ``float`` in ``engine='python'`` for the ``read_csv`` parser (:issue:`9565`)
152
152
- Bug in ``Series.align`` resets ``name`` when ``fill_value`` is specified (:issue:`10067`)
153
153
- Bug in ``read_csv`` causing index name not to be set on an empty DataFrame (:issue:`10184`)
154
154
- Bug in ``SparseSeries.abs`` resets ``name`` (:issue:`10241`)
155
155
- Bug in ``TimedeltaIndex`` slicing may reset freq (:issue:`10292`)
156
-
- Bug in GroupBy.get_group raises ValueError when group key contains NaT (:issue:`6992`)
156
+
- Bug in ``GroupBy.get_group`` raises ``ValueError`` when group key contains ``NaT`` (:issue:`6992`)
157
157
- Bug in ``SparseSeries`` constructor ignores input data name (:issue:`10258`)
158
-
- Bug in ``Categorical.remove_categories`` causing a ValueError when removing the ``NaN`` category if underlying dtype is floating-point (:issue:`10156`)
158
+
- Bug in ``Categorical.remove_categories`` causing a ``ValueError`` when removing the ``NaN`` category if underlying dtype is floating-point (:issue:`10156`)
159
159
- Bug where infer_freq infers timerule (WOM-5XXX) unsupported by to_offset (:issue:`9425`)
160
160
- Bug in ``DataFrame.to_hdf()`` where table format would raise a seemingly unrelated error for invalid (non-string) column names. This is now explicitly forbidden. (:issue:`9057`)
161
161
- Bug to handle masking empty ``DataFrame`` (:issue:`10126`).
162
162
- Bug where MySQL interface could not handle numeric table/column names (:issue:`10255`)
163
163
- Bug in ``read_csv`` with a ``date_parser`` that returned a ``datetime64`` array of other time resolution than ``[ns]`` (:issue:`10245`)
164
-
- Bug in ``Panel.apply`` when the result has ndim = 0 (:issue:`10332`)
164
+
- Bug in ``Panel.apply`` when the result has ndim=0 (:issue:`10332`)
165
165
- Bug in ``read_hdf`` where ``auto_close`` could not be passed (:issue:`9327`).
166
166
- Bug in ``read_hdf`` where open stores could not be used (:issue:`10330`).
167
-
168
167
- Bug in adding empty ``DataFrame``s, now results in a ``DataFrame`` that ``.equals`` an empty ``DataFrame`` (:issue:`10181`).
169
-
170
-
171
168
- Bug in ``to_hdf`` and ``HDFStore`` which did not check that complib choices were valid (:issue:`4582`, :issue:`8874`).
0 commit comments