Skip to content

Commit e600b04

Browse files
committed
DOC: add documentation for read_spss (pandas-dev#27476)
1 parent a2f714f commit e600b04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/user_guide/io.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -5485,8 +5485,10 @@ No official documentation is available for the SAS7BDAT format.
54855485
SPSS formats
54865486
------------
54875487

5488+
.. versionadded:: 0.25.0
5489+
54885490
The top-level function :func:`read_spss` can read (but not write) SPSS
5489-
`sav` (.sav) and `zsav` (.zsav) format files(since *v0.25.0*).
5491+
`sav` (.sav) and `zsav` (.zsav) format files.
54905492

54915493
SPSS files contain column names. By default the
54925494
whole file is read, categorical columns are converted into ``pd.Categorical``

0 commit comments

Comments
 (0)