Skip to content

Commit 784ad9b

Browse files
committed
Added text to whatsnew
1 parent 0831644 commit 784ad9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/whatsnew/v0.17.0.txt

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Check the :ref:`API Changes <whatsnew_0170.api>` and :ref:`deprecations <whatsne
2121
New features
2222
~~~~~~~~~~~~
2323

24+
Support for reading SAS XPORT format files:
25+
26+
df = pd.read_sas('sas_xport.xpt')
27+
28+
It is also possible to obtain an iterator and read an XPORT file
29+
incrementally.
30+
31+
2432
.. _whatsnew_0170.enhancements.other:
2533

2634
Other enhancements

0 commit comments

Comments
 (0)