Update README.md
Browse files
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`
|
| 14 |
-
- `students.json`
|
| 15 |
-
- `students.xlsx`
|
| 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 |
|