ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
https://docs.profiling.ydata.ai
MIT License
12.55k stars 1.69k forks source link

fix: Correction for numpy.NaN deprecating to numpy.nan #1649

Closed joshicola closed 1 month ago

joshicola commented 2 months ago

Correction for the error:

AttributeError:np.NaNwas removed in the NumPy 2.0 release. Usenp.naninstead.

fabclmnt commented 2 months ago

Hi @joshicola ,

thank you for your contribution. When setting a name to the PR make sure to use the conventions adopted in our package fix, feat, docs etc, as this is what is used to correctly calculated the package versions.

Thank you for spotting this issue!