Introduction to Data Analysis with Pandas in Python
Table of Contents
This workshop introduces participants to the power of data analysis using the Pandas library in Python. Participants will learn how to manipulate, analyze, and visualize data using Pandas, along with practical exercises on real-world datasets.
This workshop will utilize Jupyter Notebooks, an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text.
- Python
- Jupyter Notebooks
- Pandas
- Download the workshop materials from the GitHub repository.
git clone https://github.com/matheusmaldaner/WorkshopArchive/Pandas.git
- Install Pandas via pip:
pip install pandas
- Launch Jupyter Notebook:
jupyter notebook
- Open the "Pandas Workshop.ipynb" file in Jupyter Notebook.
- Follow along with the workshop exercises and instructions provided in the Jupyter Notebook.
- For self-paced learners, refer to the supplementary materials and exercises provided in the GitHub repository.
- Introduction to Pandas and its capabilities.
- Basics of data manipulation (
read_csv
,head
,tail
, etc.). - Hands-on exercises using the "spotify-2023.csv" dataset.
- Advanced Pandas techniques and data visualization.
Distributed under the MIT License. See LICENSE
for more information.
Matheus Kunzler Maldaner - Github
Marielle Doenges - Github
- Data Science and Informatics for hosting the workshop.
- Drew Smith for peer reviewing the material.