Qamro commited on
Commit
8da8b45
·
verified ·
1 Parent(s): 6c2534c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ A collection of simple and beginner-friendly datasets designed for learning and
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
 
 
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