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
The original stubs were generated a few years ago by a team from Microsoft, prior to version 1.3, which is when sort was added, so that's why it is missing.
Missing parameter for the sort argument of the pandas.DataFrame.pivot_table method
Describe the bug The
sort
argument of thepandas.DataFrame.pivot_table
method is available, but according to the pandas-stubs it is not:pandas-stubs/pandas-stubs/core/frame.pyi
Lines 1126 to 1137 in 7dd7b6a
The Pandas documentation says that
sort
is an available parameter: Docs ofpandas.DataFrame.pivot_table
To Reproduce
1. A minimal runnable
pandas
example that is not properly checked by the stubs:Please complete the following information:
* OS: Windows
* OS version: 10
*
python
version: 3.12.1*
pyright
version: 1.1.391*
pandas-stubs
version: 2.2.3.241126The text was updated successfully, but these errors were encountered: