Skip to content

Commit a4ac382

Browse files
authored
feat: add "tar" entry to compressionoptions
1 parent f3b6ed5 commit a4ac382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def closed(self) -> bool:
243243
# compression keywords and compression
244244
CompressionDict = Dict[str, Any]
245245
CompressionOptions = Optional[
246-
Union[Literal["infer", "gzip", "bz2", "zip", "xz"], CompressionDict]
246+
Union[Literal["infer", "gzip", "bz2", "zip", "xz", "tar"], CompressionDict]
247247
]
248248

249249

0 commit comments

Comments
 (0)