Daniel-Mietchen / ideas

A dumping ground for halfbaked ideas, some of which will hopefully be worked on soon
Other
26 stars 6 forks source link

Look into Pandas #1331

Open Daniel-Mietchen opened 4 years ago

Daniel-Mietchen commented 4 years ago

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/

Daniel-Mietchen commented 4 years ago

Found this earlier ticket: https://github.com/Daniel-Mietchen/ideas/issues/23 .

Daniel-Mietchen commented 4 years ago

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 .

Daniel-Mietchen commented 4 years ago

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 .

Daniel-Mietchen commented 3 years ago

Here is a YouTube tutorial that seems promising.

Daniel-Mietchen commented 3 years ago

Here is a set of blog posts on the matter.

Daniel-Mietchen commented 3 years ago

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.