chore(data): refresh 28 utc snapshots and assets#24
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refreshes the repo’s committed “latest” and “bridge” datasets (CSV + JSON) to reflect the 2026-03-28 UTC snapshot window, updating GitHub/StackOverflow/Reddit metrics and the derived frontend history payloads used by the UI.
Changes:
- Updated “latest” CSV datasets under
datos/and mirrored copies underfrontend/assets/data/(trend score, SO volume/trends/acceptance, GitHub languages/framework commits, Reddit topics/sentiment, intersections, AI insights, correlation). - Regenerated frontend bridge/history JSON assets (history index, run manifest, highlights, per-dataset history payloads) to point at the new snapshot dates.
- Adjusted GitHub frameworks monthly commit series values for Mar 2025–Mar 2026.
Reviewed changes
Copilot reviewed 35 out of 37 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| frontend/assets/data/trend_score_history.json | Updates trend score history bridge to the latest snapshot dates and recomputed scores/deltas. |
| frontend/assets/data/trend_score.csv | Refreshes latest trend score CSV mirrored for frontend consumption. |
| frontend/assets/data/so_volumen_preguntas.csv | Updates StackOverflow 2025 new-question counts (frontend mirror). |
| frontend/assets/data/so_volumen_history.json | Refreshes SO volume history bridge (latest/previous snapshot + deltas). |
| frontend/assets/data/so_tendencias_mensuales.csv | Updates monthly SO trend series values (frontend mirror). |
| frontend/assets/data/so_tendencias_history.json | Refreshes SO trends history bridge (series + summary metrics). |
| frontend/assets/data/so_tasa_aceptacion.csv | Updates SO acceptance-rate dataset (frontend mirror). |
| frontend/assets/data/so_aceptacion_history.json | Refreshes SO acceptance history bridge (latest/previous + summary). |
| frontend/assets/data/run_manifest.json | Updates manifest timestamps, source window, and dataset update times/counts. |
| frontend/assets/data/reddit_temas_emergentes.csv | Refreshes Reddit emerging topics counts (frontend mirror). |
| frontend/assets/data/reddit_sentimiento_public.json | Refreshes Reddit sentiment public bridge payload and summary. |
| frontend/assets/data/reddit_sentimiento_frameworks.csv | Updates Reddit sentiment per framework (frontend mirror). |
| frontend/assets/data/reddit_interseccion_history.json | Refreshes Reddit/GitHub intersection history bridge payload. |
| frontend/assets/data/interseccion_github_reddit.csv | Updates latest intersection CSV (frontend mirror). |
| frontend/assets/data/home_highlights.json | Refreshes derived homepage highlights based on latest bridges. |
| frontend/assets/data/history_index.json | Updates dataset snapshot index (dates/paths/counts). |
| frontend/assets/data/github_lenguajes_public.json | Updates GitHub languages public bridge payload + summary. |
| frontend/assets/data/github_lenguajes.csv | Refreshes GitHub languages CSV (frontend mirror). |
| frontend/assets/data/github_frameworks_history.json | Updates GitHub frameworks history bridge values and snapshot pointers. |
| frontend/assets/data/github_correlacion.csv | Refreshes GitHub correlation/outlier dataset (frontend mirror). |
| frontend/assets/data/github_commits_frameworks.csv | Updates GitHub framework metrics CSV (frontend mirror) including prev/delta fields. |
| datos/trend_score.csv | Refreshes latest trend score CSV (source-of-truth under datos/). |
| datos/so_volumen_preguntas.csv | Updates StackOverflow 2025 new-question counts. |
| datos/so_tendencias_mensuales.csv | Updates monthly StackOverflow trend values. |
| datos/so_tasa_aceptacion.csv | Updates StackOverflow acceptance-rate dataset. |
| datos/reddit_temas_emergentes.csv | Updates Reddit emerging topics dataset. |
| datos/reddit_sentimiento_frameworks.csv | Updates Reddit sentiment per framework dataset. |
| datos/interseccion_github_reddit.csv | Updates GitHub vs Reddit intersection dataset. |
| datos/github_lenguajes.csv | Refreshes GitHub languages dataset. |
| datos/github_correlacion.csv | Refreshes GitHub correlation/outlier dataset. |
| datos/github_commits_frameworks_monthly.csv | Updates corrected monthly commit counts for selected JS frameworks. |
| datos/github_commits_frameworks.csv | Updates GitHub framework metrics including previous/delta/trend columns. |
| datos/github_ai_repos_insights.csv | Updates AI repo detection insights and top keywords/repos. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "tecnologia": "Csharp", | ||
| "slug": "csharp", | ||
| "points": [ | ||
| { |
There was a problem hiding this comment.
series contains technologies (e.g., Csharp, Lua, Cpp, Ruby, Vue, Web3) whose points[].date values (2026-03-04..2026-03-09) do not correspond to any entry in the top-level snapshots array (which only contains 2026-03-24 and 2026-03-28). These items also have fuentes: 0 / empty available_source_codes, suggesting stale or placeholder data and (for Csharp/Cpp) duplicated naming vs existing c-sharp/c-plus-plus. Regenerate trend_score_history.json via the normal export pipeline (or remove/normalize these series entries) so that each series only includes points for the snapshot dates present in snapshots and uses consistent slugs/names.
This pull request updates several CSV data files with the latest statistics and trends for GitHub repositories, frameworks, and AI-related projects. The main focus is on refreshing metrics to reflect recent activity, growth, and engagement, as well as correcting and expanding monthly commit data for major JavaScript frameworks.
Key updates include:
Framework and Repository Metrics Updates:
datos/github_commits_frameworks.csv: Updated commit counts, contributors, PRs, issues, releases, and added new columns for previous commits, delta, growth percentage, trend direction, and ranking for major frameworks (Next.js, Angular, React, Svelte, Vue 3).datos/github_commits_frameworks_monthly.csv: Corrected and expanded monthly commit data for Angular, Next.js, React, Svelte, and Vue 3 from March 2025 through March 2026, providing more accurate and granular activity tracking. [1] [2] [3] [4] [5] [6]AI and Correlation Insights:
datos/github_ai_repos_insights.csv: Updated AI repository detection statistics, including the number of detected AI repos, percentage, monthly peaks, top keywords, and top repositories.datos/github_correlacion.csv: Refreshed the correlation dataset with new snapshot dates, updated stars, contributors, engagement ratios, expected contributors, and trend analysis for a large set of repositories.