Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ configs:
|
|
| 8 |
- config_name: music_metadata
|
| 9 |
data_files: "music_metadata.parquet"
|
| 10 |
- config_name: grammy_original
|
| 11 |
-
data_files: "
|
| 12 |
- config_name: grammy_cleaned
|
| 13 |
data_files: "grammy_cleaned.parquet"
|
| 14 |
---
|
|
@@ -19,7 +19,7 @@ configs:
|
|
| 19 |
|
| 20 |
List of Files:
|
| 21 |
* *music_metadata.parquet*: `yt_metadata_en` split of the [Youniverse](https://github.com/epfl-dlab/YouNiverse) Dataset where the category is "Music"
|
| 22 |
-
* *
|
| 23 |
* *grammy_cleaned.csv*: Feature Engineered version (with no NaNs) of [Grammy Winners](https://www.kaggle.com/datasets/johnpendenque/grammy-winners-and-nominees-from-1965-to-2024)
|
| 24 |
-
* *
|
| 25 |
* *grammy_cleaned.parquet*: Parquet converted version of `grammy_cleaned.csv`
|
|
|
|
| 8 |
- config_name: music_metadata
|
| 9 |
data_files: "music_metadata.parquet"
|
| 10 |
- config_name: grammy_original
|
| 11 |
+
data_files: "grammy_originals.parquet"
|
| 12 |
- config_name: grammy_cleaned
|
| 13 |
data_files: "grammy_cleaned.parquet"
|
| 14 |
---
|
|
|
|
| 19 |
|
| 20 |
List of Files:
|
| 21 |
* *music_metadata.parquet*: `yt_metadata_en` split of the [Youniverse](https://github.com/epfl-dlab/YouNiverse) Dataset where the category is "Music"
|
| 22 |
+
* *grammy_originals.csv*: Original copy of [Grammy Winners](https://www.kaggle.com/datasets/johnpendenque/grammy-winners-and-nominees-from-1965-to-2024)
|
| 23 |
* *grammy_cleaned.csv*: Feature Engineered version (with no NaNs) of [Grammy Winners](https://www.kaggle.com/datasets/johnpendenque/grammy-winners-and-nominees-from-1965-to-2024)
|
| 24 |
+
* *grammy_originals.parquet*: Parquet converted version of `grammy_originals.csv`
|
| 25 |
* *grammy_cleaned.parquet*: Parquet converted version of `grammy_cleaned.csv`
|