denkCF commited on
Commit
3de5ee5
·
verified ·
1 Parent(s): a0f63cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,3 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Codeforces Users Submissions Dataset (End of 2024)
2
 
3
  This project provides the usersCodeforcesSubmissionsEnd2024.csv file, containing anonymized submission data of approximately 15,000 active Codeforces users. The dataset includes all submissions from the inception of Codeforces up to the end of November 2024. It is designed to support AI and data-driven projects. (All data was collected using the open Codeforces API)
@@ -36,4 +67,4 @@ This dataset is shared under the [CC BY 4.0 License](https://creativecommons.org
36
  import pandas as pd
37
  df = pd.read_csv("usersCodeforcesSubmissionsEnd2024.csv")
38
 
39
- # Good luck with your projects :)
 
1
+ ---
2
+ datasets:
3
+ - name: usersCodeforcesSubmissionsEnd2024
4
+ size: 200MB
5
+ task_categories:
6
+ - other
7
+ languages:
8
+ - en
9
+ licenses:
10
+ - cc-by-4.0
11
+ tags:
12
+ - codeforces
13
+ - competitive-programming
14
+ - submissions
15
+ pretty_name: Codeforces Users Submissions (End of 2024)
16
+ description: >
17
+ This dataset contains anonymized submission data of ≈15,000 Codeforces
18
+ users, spanning from the inception of Codeforces to the end of November
19
+ 2024.
20
+ download_size: 100MB
21
+ dataset_size: 1.2GB
22
+ license: cc-by-4.0
23
+ language:
24
+ - en
25
+ tags:
26
+ - codeforces
27
+ - submissions
28
+ size_categories:
29
+ - 10M<n<100M
30
+ ---
31
+
32
  # Codeforces Users Submissions Dataset (End of 2024)
33
 
34
  This project provides the usersCodeforcesSubmissionsEnd2024.csv file, containing anonymized submission data of approximately 15,000 active Codeforces users. The dataset includes all submissions from the inception of Codeforces up to the end of November 2024. It is designed to support AI and data-driven projects. (All data was collected using the open Codeforces API)
 
67
  import pandas as pd
68
  df = pd.read_csv("usersCodeforcesSubmissionsEnd2024.csv")
69
 
70
+ # Good luck with your projects :)