Qamro commited on
Commit
6c2534c
·
verified ·
1 Parent(s): 4022ec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Simple Datasets for Pandas 🐼
6
+
7
+ A collection of simple and beginner-friendly datasets designed for learning and practicing Pandas and basic data analysis with Python.
8
+
9
+ ## 📦 Dataset Contents
10
+
11
+ This dataset contains data available in three common file formats:
12
+
13
+ - `students.csv` — CSV format
14
+ - `students.json` — JSON format
15
+ - `students.xlsx` — Microsoft Excel format
16
+
17
+ These files can be used to practice loading, exploring, cleaning, manipulating, and analyzing tabular data using Pandas.
18
+
19
+ ## 🎯 Purpose
20
+
21
+ The main purpose of this dataset is to help beginners learn how to work with different data formats using Python and Pandas.
22
+
23
+ It can be used to practice:
24
+
25
+ - Python
26
+ - Pandas
27
+ - NumPy
28
+ - Data analysis
29
+ - Data cleaning
30
+ - Data manipulation
31
+ - Data visualization
32
+ - Working with CSV files
33
+ - Working with JSON files
34
+ - Working with Excel files