You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following should not raise an error in mypy: pd.Series().to_json(path_or_buf=None, orient="table", date_format="iso", double_precision=6, force_ascii=True, date_unit="s", default_handler=None, lines=False, compression=None, index=False, indent=None)
Describe the bug
The following should not raise an error in
mypy
:pd.Series().to_json(path_or_buf=None, orient="table", date_format="iso", double_precision=6, force_ascii=True, date_unit="s", default_handler=None, lines=False, compression=None, index=False, indent=None)
Probably related to #164
To Reproduce
pandas
example that is not properly checked by the stubs.bug-example.py
mypy.ini
mypy
orpyright
).mypy
Please complete the following information:
pandas-stubs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: