Open cloudy-sfu opened 1 year ago
Hi @cloudy-sfu ,
can you please share what is the python version that you are using?
I'm getting the same issue on an Intel MacBook Pro, MacOS 14.1.2
and Python 3.9.2
In 2 different profiles, I also get
To hide this warning, disable the calculation
(using `df.profile_report(correlations={"auto": {"calculate": False}})`
If this is problematic for your use case, please report this as an issue:
https://github.com/ydataai/ydata-profiling/issues
(include the error message: 'Function <code object pandas_auto_compute at 0x7fb6d20000e0, file "/Users/path/to/python3.9/site-packages/ydata_profiling/model/pandas/correlations_pandas.py", line 164>')
warnings.warn(
If this is problematic for your use case, please report this as an issue:
https://github.com/ydataai/ydata-profiling/issues
(include the error message: 'could not convert string to float: 'success'')
Hi @cloudy-sfu ,
can you please share what is the python version that you are using?
Python 3.12 @fabclmnt
From pandas 2.1.0
Deprecated is_categorical_dtype(), use isinstance(obj.dtype, pd.CategoricalDtype) instead ([GH 52527](https://github.com/pandas-dev/pandas/issues/52527))
Current Behaviour
Not applicable
Expected Behaviour
Not applicable
Data Description
Code that reproduces the bug
pandas-profiling version
v4.6.1
Dependencies
OS
Windows 11
Checklist