Describe the bug
In data/tabular/containers/_table.py:
IDE is complaining about pd.Dataframe, type hint; should be pd.DataFrame.
To Reproduce
Open data/tabular/containers/_table.py in PyCharm and check warnings.
Expected behavior
There should be no typo and the IDE should not complain. :d
Screenshots (optional)
No response
Additional Context (optional)
No response
Describe the bug
In data/tabular/containers/_table.py:
IDE is complaining about
pd.Dataframe, type hint; should bepd.DataFrame.To Reproduce
Open
data/tabular/containers/_table.pyin PyCharm and check warnings.Expected behavior
There should be no typo and the IDE should not complain. :d
Screenshots (optional)
No response
Additional Context (optional)
No response