File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,8 @@ pandas 0.11.1
223
223
- ``read_html `` now correctly skips tests (GH3741 _)
224
224
- Fix incorrect arguments passed to concat that are not list-like (e.g. concat(df1,df2)) (GH3481 _)
225
225
- Correctly parse when passed the ``dtype=str `` (or other variable-len string dtypes) in ``read_csv `` (GH3795 _)
226
+ - ``DataFrame.itertuples() `` now works with frames with duplicate column
227
+ names (GH3873 _)
226
228
227
229
.. _GH3164 : https://github.com/pydata/pandas/issues/3164
228
230
.. _GH2786 : https://github.com/pydata/pandas/issues/2786
@@ -314,6 +316,7 @@ pandas 0.11.1
314
316
.. _GH3795 : https://github.com/pydata/pandas/issues/3795
315
317
.. _GH3814 : https://github.com/pydata/pandas/issues/3814
316
318
.. _GH3834 : https://github.com/pydata/pandas/issues/3834
319
+ .. _GH3873 : https://github.com/pydata/pandas/issues/3873
317
320
318
321
319
322
pandas 0.11.0
Original file line number Diff line number Diff line change @@ -349,6 +349,8 @@ Bug Fixes
349
349
350
350
- ``DataFrame.from_records`` did not accept empty recarrays (GH3682_)
351
351
- ``read_html`` now correctly skips tests (GH3741_)
352
+ - ``DataFrame.itertuples()`` now works with frames with duplicate column
353
+ names (GH3873_)
352
354
353
355
See the `full release notes
354
356
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker
@@ -399,3 +401,4 @@ on GitHub for a complete list.
399
401
.. _GH3726: https://github.com/pydata/pandas/issues/3726
400
402
.. _GH3425: https://github.com/pydata/pandas/issues/3425
401
403
.. _GH3834: https://github.com/pydata/pandas/issues/3834
404
+ .. _GH3873: https://github.com/pydata/pandas/issues/3873
You can’t perform that action at this time.
0 commit comments