point8 / data-science-learning-paths

Practical data science courses - from basic to intermediate
Other
23 stars 3 forks source link

replace all calls to deprecated seaborn.distplot #18

Open clstaudt opened 3 months ago

clstaudt commented 3 months ago

seaborn deprecation warning:

`distplot` is a deprecated function and will be removed in seaborn v0.14.0.

Please adapt your code to use either `displot` (a figure-level function with
similar flexibility) or `histplot` (an axes-level function for histograms).

For a guide to updating your code to use the new functions, please see
https://gist.github.com/mwaskom/de44147ed2974457ad6372750bbe5751