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
257257 - fixed bug in the pickling of PeriodIndex (GH2891 _)
258258 - Upcast/split blocks when needed in a mixed DataFrame when setitem
259259 with an indexer (GH3216 _)
260+ - Invoking df.applymap on a dataframe with dupe cols now raises a ValueError (GH2786 _)
260261
261262.. _GH622 : https://github.com/pydata/pandas/issues/622
262263.. _GH797 : https://github.com/pydata/pandas/issues/797
@@ -291,6 +292,7 @@ pandas 0.11.0
291292.. _GH2776 : https://github.com/pydata/pandas/issues/2776
292293.. _GH2778 : https://github.com/pydata/pandas/issues/2778
293294.. _GH2781 : https://github.com/pydata/pandas/issues/2781
295+ .. _GH2786 : https://github.com/pydata/pandas/issues/2786
294296.. _GH2787 : https://github.com/pydata/pandas/issues/2787
295297.. _GH2437 : https://github.com/pydata/pandas/issues/2437
296298.. _GH2753 : https://github.com/pydata/pandas/issues/2753
You can’t perform that action at this time.
0 commit comments