Open dheenadhayalan-r opened 2 months ago
Hi @dheenadhayalan-r ,
thank you for your report. Nevertheless, it is quite hard to grasp what is the issue? If our team have understood correctly it seems like it is related with solving the latest warnings issues. Can you please confirm?
Not sure what do you mean by: "Expected Behaviour
ydata profiling , unable to categorize like"Lowe Case","Upper Case" etc."
Can you please provide a more detailed report?
Current Behaviour
typeset.py:125: DeprecationWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, pd.CategoricalDtype) instead
is_valid_dtype = pdt.is_categorical_dtype(series) and not pdt.is_bool_dtype( /local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/ydata_profiling/model/pandas/summary_pandas.py:39: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set
pd.set_option('future.no_silent_downcasting', True)
series = series.fillna(np.nan)Expected Behaviour
ydata profiling , unable to categorize like"Lowe Case","Upper Case" etc.
Data Description
same issue for all types of data
Code that reproduces the bug
No response
pandas-profiling version
Version: 4.9.0
Dependencies
OS
Databricks Runtime
Checklist