chore(data): refresh reddit baseline 2026-04-13#30
Conversation
There was a problem hiding this comment.
Pull request overview
Refreshes the repo’s Reddit baseline datasets/assets to the 2026-04-13 snapshot so the frontend (and weekly ETL fallback) have up-to-date Reddit topics, sentiment, and GitHub↔Reddit intersection data.
Changes:
- Updated latest Reddit CSV baselines (topics, sentiment frameworks, intersection) in both
datos/andfrontend/assets/data/. - Updated Reddit public/history JSON bridges to reflect the new 2026-04-13 snapshot and expanded history to 3 snapshots.
- Recomputed summary metrics (totals, deltas, growth %) for the new snapshot.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| frontend/assets/data/reddit_temas_history.json | Adds 2026-04-13 snapshot to topics history and updates summary/series values. |
| frontend/assets/data/reddit_temas_emergentes.csv | Updates latest “temas emergentes” counts for 2026-04-13. |
| frontend/assets/data/reddit_sentimiento_public.json | Updates public sentiment bridge payload (framework totals and summary). |
| frontend/assets/data/reddit_sentimiento_frameworks.csv | Updates latest sentiment-by-framework CSV for 2026-04-13. |
| frontend/assets/data/reddit_interseccion_history.json | Adds 2026-04-13 snapshot to intersection history and updates summary/series values. |
| frontend/assets/data/interseccion_github_reddit.csv | Updates latest intersection rankings/differences for 2026-04-13. |
| datos/reddit_temas_emergentes.csv | Updates the repo “latest” topics CSV baseline for 2026-04-13. |
| datos/reddit_sentimiento_frameworks.csv | Updates the repo “latest” sentiment frameworks CSV baseline for 2026-04-13. |
| datos/interseccion_github_reddit.csv | Updates the repo “latest” intersection CSV baseline for 2026-04-13. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -181,57 +181,116 @@ | |||
| "path": "datos/history/reddit_temas/year=2026/month=04/day=06/reddit_temas_emergentes.csv", | |||
| "source_type": "history", | |||
| "row_count": 10, | |||
| "total_menciones": 357, | |||
| "total_menciones": 352, | |||
There was a problem hiding this comment.
The 2026-04-06 snapshot entry was modified (e.g., total_menciones/top_topics values changed) even though the PR description says the previous repo baseline snapshot (2026-04-06) should be preserved. If preservation is intended, keep the 2026-04-06 snapshot record exactly as it was and only append the new 2026-04-13 snapshot. If a backfill/correction is intended, please update the PR description accordingly and make sure any source-of-truth CSV for the 2026-04-06 path stays consistent with these updated numbers to avoid mismatched history during fallback restores.
Summary
Validation