File tree 2 files changed +48
-67
lines changed
2 files changed +48
-67
lines changed Original file line number Diff line number Diff line change @@ -416,10 +416,9 @@ Performance Improvements
416
416
~~~~~~~~~~~~~~~~~~~~~~~~
417
417
418
418
- Improved performance of ``andrews_curves`` (:issue:`11534`)
419
-
420
419
- Improved huge ``DatetimeIndex``, ``PeriodIndex`` and ``TimedeltaIndex``'s ops performance including ``NaT`` (:issue:`10277`)
421
420
- Improved performance of ``pandas.concat`` (:issue:`11958`)
422
-
421
+ - Improved performance of ``StataReader`` (PR #`11591`)
423
422
424
423
425
424
@@ -440,6 +439,7 @@ Bug Fixes
440
439
- Bug in consistency of passing nested dicts to ``.groupby(...).agg(...)`` (:issue:`9052`)
441
440
- Accept unicode in ``Timedelta`` constructor (:issue:`11995`)
442
441
442
+ - Bug in value label reading for ``StataReader`` when reading incrementally (:issue:`12014`)
443
443
444
444
445
445
- Bug in vectorized ``DateOffset`` when ``n`` parameter is ``0`` (:issue:`11370`)
You can’t perform that action at this time.
0 commit comments