metadata
license: apache-2.0
Simple Datasets for Pandas ๐ผ
A collection of simple and beginner-friendly datasets designed for learning and practicing Pandas and basic data analysis with Python.
๐ฆ Dataset Contents
This dataset contains data available in three common file formats:
students.csv- CSV formatstudents.json- JSON formatstudents.xlsx- Microsoft Excel format
These files can be used to practice loading, exploring, cleaning, manipulating, and analyzing tabular data using Pandas.
๐ฏ Purpose
The main purpose of this dataset is to help beginners learn how to work with different data formats using Python and Pandas.
It can be used to practice:
- Python
- Pandas
- NumPy
- Data analysis
- Data cleaning
- Data manipulation
- Data visualization
- Working with CSV files
- Working with JSON files
- Working with Excel files