Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,12 +51,15 @@ ds = load_dataset('ronantakizawa/github-top-developers', 'yearly')
|
|
| 51 |
**Columns:**
|
| 52 |
- `year` (int): Year (2015-2025)
|
| 53 |
- `rank` (int): Overall rank for that year (1 = highest score)
|
| 54 |
-
- `
|
|
|
|
| 55 |
- `times_trended` (int): Number of times appeared on trending
|
| 56 |
- `best_rank` (int): Highest rank achieved (lowest number)
|
| 57 |
- `avg_rank` (float): Average rank across all appearances
|
| 58 |
- `median_rank` (int): Median rank
|
| 59 |
- `popular_repos` (string): Top repositories (comma-separated)
|
|
|
|
|
|
|
| 60 |
|
| 61 |
### Configuration: `full`
|
| 62 |
Complete daily trending data with 41,841 entries (sorted by date: most recent first)
|
|
|
|
| 51 |
**Columns:**
|
| 52 |
- `year` (int): Year (2015-2025)
|
| 53 |
- `rank` (int): Overall rank for that year (1 = highest score)
|
| 54 |
+
- `username` (string): Developer/organization GitHub username
|
| 55 |
+
- `name` (string): Real name of developer/organization *(enriched)*
|
| 56 |
- `times_trended` (int): Number of times appeared on trending
|
| 57 |
- `best_rank` (int): Highest rank achieved (lowest number)
|
| 58 |
- `avg_rank` (float): Average rank across all appearances
|
| 59 |
- `median_rank` (int): Median rank
|
| 60 |
- `popular_repos` (string): Top repositories (comma-separated)
|
| 61 |
+
- `recent_company` (string): Company/organization affiliation *(as of Dec 2025)*
|
| 62 |
+
- `twitter_username` (string): Twitter/X handle *(as of Dec 2025)*
|
| 63 |
|
| 64 |
### Configuration: `full`
|
| 65 |
Complete daily trending data with 41,841 entries (sorted by date: most recent first)
|