We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fb92c commit f637661Copy full SHA for f637661
doc/source/whatsnew/v1.4.4.rst
@@ -9,6 +9,17 @@ including other versions of pandas.
9
{{ header }}
10
11
.. ---------------------------------------------------------------------------
12
+.. _whatsnew_150.enhancements:
13
+
14
+Enhancements
15
+~~~~~~~~~~~~
16
17
+.. _whatsnew_150.enhancements.read_sas-encoding:
18
19
+read_sas infers encoding from file
20
+^^^^^^^^
21
22
+:func:`read_sas` now supports using ``encoding='infer'`` to correctly read and use the encoding specified by the sas file. (:issue:`48048`)
23
24
.. _whatsnew_144.regressions:
25
0 commit comments