matcav commited on
Commit
4335375
·
verified ·
1 Parent(s): d6d2605

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 100M<n<1B
7
+ configs:
8
+ - config_name: music_metadata
9
+ data_files: "music_metadata.parquet"
10
+ - config_name: grammy_original
11
+ data_files: "grammy_original.csv"
12
+ - config_name: grammy_cleaned
13
+ data_files: "grammy_cleaned.csv"
14
+ ---
15
+
16
+ # Preprocessed Data for the ADA Project 2025
17
+
18
+ ## By DataCookers
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_original.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)