alvanlii commited on
Commit
b22d60d
·
verified ·
1 Parent(s): a659f9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -11,10 +11,16 @@ size_categories:
11
  - This dataset contains
12
  - 200k+ hackathon project descriptions
13
  - from 6700+ hackathons
 
14
 
15
  ### Data Description
16
  - `combined_df.parquet`: This contains all the projects
17
- - `id`: The id of the hackathon
18
  - `project_link`: Link to the hackathon project
19
- - `project_description`: Text from hackathon page
 
 
 
 
 
20
  - `hackathons.json`: This contains the details of the hackathons
 
11
  - This dataset contains
12
  - 200k+ hackathon project descriptions
13
  - from 6700+ hackathons
14
+ - last updated Jan 2025
15
 
16
  ### Data Description
17
  - `combined_df.parquet`: This contains all the projects
18
+ - `hackathon_id`
19
  - `project_link`: Link to the hackathon project
20
+ - `full_desc`: Full description of the project
21
+ - `title`: Title of project
22
+ - `brief_desc`: Summary of project
23
+ - `team_members`: Each member of the team in a list
24
+ - `prize`: Prizes won in a list
25
+ - `tags`
26
  - `hackathons.json`: This contains the details of the hackathons