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
Last line raises type checker errors. mypy: error: "Styler" has no attribute "map" [attr-defined], pylance: Cannot access attribute "map" for class "Styler"
Please complete the following information:
OS: WSL
OS Version [e.g. 22]: Ubuntu 2024
python version: 3.13
version of type checker: mypy 1.15.0/pylance 2025.5.1 with pyright 1.1.400
version of installed pandas-stubs: 2.2.3.250308 but the issue is present on the latest 93a9e11
The text was updated successfully, but these errors were encountered:
Describe the bug
pandas.io.formats.style.Styler.map
method is missing from the stubTo Reproduce
Last line raises type checker errors. mypy:
error: "Styler" has no attribute "map" [attr-defined]
, pylance:Cannot access attribute "map" for class "Styler"
Please complete the following information:
pandas-stubs
: 2.2.3.250308 but the issue is present on the latest 93a9e11The text was updated successfully, but these errors were encountered: