-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN find stacklevel inside deprecate_nonkeyword_arguments #46687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is this issue still open? |
Yup! |
In short, rather than explicitly specifying |
yeah exactly, but it should be used within the definition of |
There are many definitions for this in the codebase, do I have to change all of them or only in the above-mentioned |
search for then, in all the places where it's used (e.g. in the above-mentioned |
* Stacklevel argument updated #46687 * argument removed * param added * fixup * remove stackevel from read_sas decorator * add read_table_check_warnings and use it in read_table posargs deprecation test Co-authored-by: Jeff Reback <[email protected]> Co-authored-by: Marco Gorelli <[email protected]>
* Stacklevel argument updated pandas-dev#46687 * argument removed * param added * fixup * remove stackevel from read_sas decorator * add read_table_check_warnings and use it in read_table posargs deprecation test Co-authored-by: Jeff Reback <[email protected]> Co-authored-by: Marco Gorelli <[email protected]>
xref https://github.com/pandas-dev/pandas/pull/44896/files#r845356050
Rather than passing stacklevel to the decorator, e.g.
pandas/pandas/io/parsers/readers.py
Lines 831 to 833 in e1b95fa
find_stacklevel
should probably be called withindeprecate_nonkeyword_arguments
The text was updated successfully, but these errors were encountered: