Name list | Age list | City list | Country list |
|---|---|---|---|
[
"Qamro",
"Bassem",
"Firas",
"Seddik",
"Raiden"
] | [
18,
18,
19,
41,
39
] | [
"Sétif",
"Mila",
"Jijel",
"Batna",
"Béjaia"
] | [
"Algeria",
"Algeria",
"Algeria",
"Algeria",
"Algeria"
] |
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
- Downloads last month
- 52