| --- |
| 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 |