Skip to content

Commit d7672f5

Browse files
ahackitMateusz Górski
authored and
Mateusz Górski
committed
changing docstring for to_csv compression to 1.0.0 (pandas-dev#29390)
1 parent 9de1c72 commit d7672f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,7 @@ def to_csv(
32213221
and mode is 'zip' or inferred as 'zip', other entries passed as
32223222
additional compression options.
32233223
3224-
.. versionchanged:: 0.25.0
3224+
.. versionchanged:: 1.0.0
32253225
32263226
May now be a dict with key 'method' as compression mode
32273227
and other entries as additional compression options if

0 commit comments

Comments
 (0)