Pandas Essential Training
This course offers a great introduction and/or overview of beginner Pandas.
It goes over how to load data into Jupyter notebooks and read it into Pandas data frames. It then shows us how to understand and analyze the data through various operations. Instructor Jonathan Fernandes covers key topics such as creating and manipulating DataFrames, performing basic data cleaning, and using indexing to access and modify data. He also works through data visualization techniques like basic plotting to help users visualize trends. Additionally, he shows functions such as group_by for aggregating data and sort_by to list in different orders.
Overall, the course helped me practice useful tools on how to perform analytics using Pandas to arrive at insights and visualization.