Closed
Description
hi guys,
JsonSeriesOrient
in _typing.py is missing two values, namely table
and values
it should be:
JsonSeriesOrient: TypeAlias = Literal["split", "records", "index", "table", "values"]
values
is also missing in panda docs, but I tested both on pandas 1.5.1 and they work as expected
Can they be added? forking and making a pr seems a bit overkill for this task ;)
Thanks in advance
DaveMDS
Metadata
Metadata
Assignees
Labels
No labels