pandas 3.0.0 DataView issue
Olá!
It seems pydev is struggling to sort out table providers for DataView display with pandas 3.0.0 DataFrame and Series sources. Probably related to type(pd.DataFrame()).__module__ giving out just “pandas” instead of previous “pandas.core.frame"/"pandas.core.series”.
As a quick fix, I had to edit “<INSTALLATION_PATH>\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_tables.py”. I just added the shorter monikers composed in __get_type_name to the filters hard coded at type_qualified_name.
Seems to work for now, cheers!

请先登录再写评论。
Hello!
It looks like it is bug PY-75827, which is fixed in PyCharm 2025.1.
If this is not the case, please create a YouTrack ticket and provide steps to reproduce the issue.