You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.2.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -567,6 +567,7 @@ Performance improvements
567
567
- Performance improvement in :meth:`DataFrame.groupby` for ``float`` ``dtype`` (:issue:`28303`), changes of the underlying hash-function can lead to changes in float based indexes sort ordering for ties (e.g. :meth:`Index.value_counts`)
568
568
- Performance improvement in :meth:`pd.isin` for inputs with more than 1e6 elements (:issue:`36611`)
569
569
- Performance improvement for :meth:`DataFrame.__setitem__` with list-like indexers (:issue:`37954`)
570
+
- :meth:`read_json` now avoids reading entire file into memory when chunksize is specified (:issue:`34548`)
0 commit comments