File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ pandas 0.11.0
230
230
- Fixed issues where indices can be passed as 'index/column' in addition to 0/1 for the axis parameter
231
231
- PeriodIndex.tolist now boxes to Period (GH3178 _)
232
232
- PeriodIndex.get_loc KeyError now reports Period instead of ordinal (GH3179 _)
233
+ - df.to_records bug when handling MultiIndex (GH3189)
233
234
234
235
.. _GH622 : https://github.com/pydata/pandas/issues/622
235
236
.. _GH797 : https://github.com/pydata/pandas/issues/797
@@ -305,6 +306,7 @@ pandas 0.11.0
305
306
.. _GH3130 : https://github.com/pydata/pandas/issues/3130
306
307
.. _GH3178 : https://github.com/pydata/pandas/issues/3178
307
308
.. _GH3179 : https://github.com/pydata/pandas/issues/3179
309
+ .. _GH3189 : https://github.com/pydata/pandas/issues/3189
308
310
309
311
pandas 0.10.1
310
312
=============
You can’t perform that action at this time.
0 commit comments