Skip to content

Commit 67c9fe3

Browse files
committed
DOC: Remove versionadded notes from pickle.py compression parameter
1 parent 43b2f81 commit 67c9fe3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/io/pickle.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ def to_pickle(
6363
As an example, the following could be passed for faster compression
6464
and to create a reproducible gzip archive:
6565
``compression={'method': 'gzip', 'compresslevel': 1, 'mtime': 1}``.
66-
67-
.. versionadded:: 1.5.0
68-
Added support for `.tar` files.
6966
protocol : int
7067
Int which indicates which protocol should be used by the pickler,
7168
default HIGHEST_PROTOCOL (see [1], paragraph 12.1.2). The possible
@@ -167,9 +164,6 @@ def read_pickle(
167164
As an example, the following could be passed for Zstandard decompression
168165
using a custom compression dictionary:
169166
``compression={'method': 'zstd', 'dict_data': my_compression_dict}``.
170-
171-
.. versionadded:: 1.5.0
172-
Added support for `.tar` files.
173167
storage_options : dict, optional
174168
Extra options that make sense for a particular storage connection, e.g.
175169
host, port, username, password, etc. For HTTP(S) URLs the key-value pairs

0 commit comments

Comments
 (0)