Open
Description
There probably should be a switch like
if sys.version_info >= (3, 12):
CSVQuoting: TypeAlias = Literal[0, 1, 2, 3, 4,5]
else:
CSVQuoting: TypeAlias = Literal[0, 1, 2, 3]
at
pandas-stubs/pandas-stubs/_typing.pyi
Line 741 in 48ca4b0
as QUOTE_STRINGS and QUOTE_NOTNULL options have been added in python 3.12
Metadata
Metadata
Assignees
Labels
No labels