Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the EU Digital Services Act (DSA) “average monthly active users” (MAU) reporting data for January 2026, based on the preceding six months (Jul–Dec 2025), and refreshes the README to reflect the new reporting period and values.
Changes:
- Add January 2026 MAU ranges for GitHub and npm to the EU DSA CSV dataset.
- Update the EU DSA README table to the new MAU ranges and the “previous 6 months ended” date.
- Update the README’s explanatory text/example for the January 2026 calculation period.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
data/eu_dsa/eu_dsa_mau.csv |
Adds 2026-01 MAU rows for GitHub and npm (one row currently malformed). |
data/eu_dsa/README.md |
Updates the narrative and the summary table to January 2026 figures and period end date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 2025,1,9000000-10000000,npm | ||
| 2025,7,15000000-16000000,github | ||
| 2025,7,11000000-12000000,npm | ||
| 2026,1,17000000-18000000.github |
There was a problem hiding this comment.
The 2026-01 GitHub row is not valid CSV: the average_mau and service fields are separated by a . instead of a comma, so the service column will be missing for this row. Update it to use a comma separator (matching the header and all prior rows).
| 2026,1,17000000-18000000.github | |
| 2026,1,17000000-18000000,github |
| # Average Monthly Active Users for EU | ||
|
|
||
| The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platform's online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for July 2025 is calculated by taking the average of the MAU of January 2025 through June 2025. | ||
| The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platform's online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for January 2026 is calculated by taking the average of the MAU of July 1 2025 through December 31 2025. |
There was a problem hiding this comment.
The calculation example uses ambiguous/incorrect date formatting ("July 1 2025" / "December 31 2025"). Consider formatting as "July 1, 2025" and "December 31, 2025", or keep month-only wording ("July 2025 through December 2025") to match the rest of the doc and avoid confusion.
| The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platform's online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for January 2026 is calculated by taking the average of the MAU of July 1 2025 through December 31 2025. | |
| The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platform's online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for January 2026 is calculated by taking the average of the MAU of July 2025 through December 2025. |
This PR updates the average MAU counts for January 2026, which is calculated by taking the average MAU of the preceding 6 months (July 2025 through December 2025), as described in our EU DSA documentation.