File size: 870 Bytes
285b2a4 6c2534c 8da8b45 6c2534c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
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 format
- `students.json` - JSON format
- `students.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 |