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/v2.0.0.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ The ``use_nullable_dtypes`` keyword argument has been expanded to the following
38
38
* :func:`read_csv`
39
39
* :func:`read_excel`
40
40
* :func:`read_sql`
41
+
* :func:`read_sql_query`
42
+
* :func:`read_sql_table`
41
43
42
44
Additionally a new global configuration, ``mode.nullable_backend`` can now be used in conjunction with the parameter ``use_nullable_dtypes=True`` in the following functions
- Bug in :func:`DataFrame.to_string` with ``header=False`` that printed the index name on the same line as the first row of the data (:issue:`49230`)
881
883
- Fixed memory leak which stemmed from the initialization of the internal JSON module (:issue:`49222`)
882
884
- Fixed issue where :func:`json_normalize` would incorrectly remove leading characters from column names that matched the ``sep`` argument (:issue:`49861`)
883
-
-
885
+
- Bug in :meth:`DataFrame.to_json` where it would segfault when failing to encode a string (:issue:`50307`)
0 commit comments