Open Daniel-Mietchen opened 4 years ago
Found this earlier ticket: https://github.com/Daniel-Mietchen/ideas/issues/23 .
I also looked into various cheat sheets for pandas, e.g. https://www.datacamp.com/community/blog/python-pandas-cheat-sheet , and there are lots of dedicated tutorials, e.g. https://www.datacamp.com/community/tutorials/pandas-tutorial-dataframe-python .
Just came across the method fillna
that does not seem to be on either of these cheat sheets, so maybe I should start my own.
See cells 25 and 26 in https://public.paws.wmcloud.org/12410844/100days/100days-Day-026.ipynb .
Here is a YouTube tutorial that seems promising.
Here is a set of blog posts on the matter.
Nice intro video at https://www.youtube.com/watch?v=dcqPhpY7tWk , with a Jupyter demo of the Titanic dataset starting at about 2 min in.
as per https://pandas.pydata.org/ and https://www.freecodecamp.org/news/the-ultimate-guide-to-the-pandas-library-for-data-science-in-python/ and https://www.freecodecamp.org/news/python-data-science-course-matplotlib-pandas-numpy/