This Jupyter Notebook provides hands-on practice with Pandas through real-world data analysis on NBA players from 2015. The key features of this project include:
Reading CSV Data: Loading the NBA_players_2015.csv dataset into Pandas.
Data Exploration: Viewing the first few rows, checking the dataset shape, and running statistical summaries.
Sorting & Filtering: Organizing player data alphabetically and applying filters to extract meaningful insights.
Basic Data Manipulation: Performing operations such as selecting specific columns and analyzing key statistics.
This project is perfect for those looking to enhance their Pandas skills with practical data analysis tasks