File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ pandas 0.11.0
257
257
- fixed bug in the pickling of PeriodIndex (GH2891 _)
258
258
- Upcast/split blocks when needed in a mixed DataFrame when setitem
259
259
with an indexer (GH3216 _)
260
+ - Invoking df.applymap on a dataframe with dupe cols now raises a ValueError (GH2786 _)
260
261
261
262
.. _GH622 : https://github.com/pydata/pandas/issues/622
262
263
.. _GH797 : https://github.com/pydata/pandas/issues/797
@@ -291,6 +292,7 @@ pandas 0.11.0
291
292
.. _GH2776 : https://github.com/pydata/pandas/issues/2776
292
293
.. _GH2778 : https://github.com/pydata/pandas/issues/2778
293
294
.. _GH2781 : https://github.com/pydata/pandas/issues/2781
295
+ .. _GH2786 : https://github.com/pydata/pandas/issues/2786
294
296
.. _GH2787 : https://github.com/pydata/pandas/issues/2787
295
297
.. _GH2437 : https://github.com/pydata/pandas/issues/2437
296
298
.. _GH2753 : https://github.com/pydata/pandas/issues/2753
You can’t perform that action at this time.
0 commit comments