Open maxreis86 opened 2 years ago
@maxreis86 can you please let me know if you still experience this with v3.3.0?
I advise the creation of a virtual-env.
Hi Fabiana,
Yes, v3.3.0 is still with the same problem.
The function pandas_profiling.model.base.get_var_type
is not available.
Thank you!
ok thank you for the update! I'll have a look into it @maxreis86
Current Behaviour
Hi dear all,
Before in version 2.9.0 we had the very usefull function get_var_type() available in:
from pandas_profiling.model.base import get_var_type
I could not find this function in version 3.2.0
ModuleNotFoundError: No module named 'pandas_profiling.model.base'
Is there any simular function like get_var_type?
Expected Behaviour
Import get_var_type function with:
from pandas_profiling.model.base import get_var_type
Data Description
Any dadaset
Code that reproduces the bug
pandas-profiling version
3.2.0
Dependencies
OS
Amazon Linux 2
Checklist