Closed Feticones closed 2 years ago
raise AttributeError(f"module 'pandas' has no attribute '{name}'") AttributeError: module 'pandas' has no attribute 'Dataframe'
The case of F is DataFrame is wrong. It is DataFrame. pandas.DataFrame. I wrongly mentioned it in README.
F
DataFrame
pandas.DataFrame
raise AttributeError(f"module 'pandas' has no attribute '{name}'") AttributeError: module 'pandas' has no attribute 'Dataframe'