Merge remote-tracking branch 'origin/main' into pr/12
Browse files
README.md
CHANGED
|
@@ -9,10 +9,14 @@ tags:
|
|
| 9 |
viewer: true
|
| 10 |
license: mit
|
| 11 |
configs:
|
| 12 |
-
- config_name:
|
| 13 |
data_files:
|
| 14 |
-
- split:
|
| 15 |
-
path: "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# The Anthropic Economic Index
|
|
@@ -37,6 +41,7 @@ This repository contains multiple data releases, each with its own documentation
|
|
| 37 |
- [2nd report](https://www.anthropic.com/news/anthropic-economic-index-insights-from-claude-sonnet-3-7)
|
| 38 |
- [1st report](https://www.anthropic.com/news/the-anthropic-economic-index)
|
| 39 |
|
|
|
|
| 40 |
## License
|
| 41 |
|
| 42 |
Data released under CC-BY, code released under MIT License
|
|
|
|
| 9 |
viewer: true
|
| 10 |
license: mit
|
| 11 |
configs:
|
| 12 |
+
- config_name: release_2025_09_15
|
| 13 |
data_files:
|
| 14 |
+
- split: raw_claude_ai
|
| 15 |
+
path: "release_2025_09_15/data/intermediate/aei_raw_claude_ai_2025-08-04_to_2025-08-11.csv"
|
| 16 |
+
- split: raw_1p_api
|
| 17 |
+
path: "release_2025_09_15/data/intermediate/aei_raw_1p_api_2025-08-04_to_2025-08-11.csv"
|
| 18 |
+
- split: enriched_claude_ai
|
| 19 |
+
path: "release_2025_09_15/data/output/aei_enriched_claude_ai_2025-08-04_to_2025-08-11.csv"
|
| 20 |
---
|
| 21 |
|
| 22 |
# The Anthropic Economic Index
|
|
|
|
| 41 |
- [2nd report](https://www.anthropic.com/news/anthropic-economic-index-insights-from-claude-sonnet-3-7)
|
| 42 |
- [1st report](https://www.anthropic.com/news/the-anthropic-economic-index)
|
| 43 |
|
| 44 |
+
|
| 45 |
## License
|
| 46 |
|
| 47 |
Data released under CC-BY, code released under MIT License
|