Add datapackage.json and croissant.json, the last two artefacts this bundle lacked
Browse filesBrazil was the only bundle in the collection without machine-readable
descriptors. The other eleven ship both, so a reader or a harvester meeting
this one first found the least, not the most, described dataset in the set,
even though it is the deepest and the most downloaded.
The descriptors cover the seven tables that keep their shape: the TSE
registry, the first and second round result tables, the sample demographics,
and the three divergence and market series. Each resource carries the SHA-256
of the file it describes.
The dated daily files under snapshots/, polls/ and news/ are deliberately not
listed. That is the same reasoning already written down for the absent hash
manifest: this bundle is appended to every day, and a descriptor enumerating
files that grow daily would be wrong by the next morning. Section 7 of the
datasheet now says so, and section 8 lists it as a stated gap rather than
leaving it silent.
Verified before publishing: frictionless validate reports valid for all seven
resources, and every declared SHA-256 was recomputed against the file in the
repository. No data file was touched.
- DATASHEET.md +14 -11
- croissant.json +1234 -0
- datapackage.json +453 -0
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
# Datasheet
|
| 2 |
|
| 3 |
-
Following *Datasheets for Datasets* (Gebru et al., 2021; arXiv:1803.09010). Part of the AFOS Analytics collection, cross-referencing prediction market
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
## 1. Motivation
|
| 8 |
-
Created by AFOS Analytics (independent, self-funded, no client work) to document, in an auditable form, the divergence between prediction markets, opinion polls and press narrative during a national election in progress. The premise is that when real money and declared intention disagree, the distance between them is itself information about electoral risk, and that averaging the two away destroys the signal. Intended for research on market-versus-poll calibration, for teaching, and for replication of the AFOS divergence method. To our knowledge this is the first Harvard Dataverse deposit to cross-reference prediction markets
|
| 9 |
|
| 10 |
## 2. Composition
|
| 11 |
Several observational units, each in its own table.
|
| 12 |
|
| 13 |
-
- **Polls.** `polls/tse-registry.csv` and `.json` carry the official TSE registration sheet of every presidential poll filed for 2026. `polls/national-poll-results-firstround.csv` and `polls/national-poll-results-secondround.csv` hold published results in long format, one row per candidate
|
| 14 |
- **Market.** `data/market-odds-timeseries.csv` holds the daily Polymarket presidential odds per candidate, with volume. The series begins on **2026-04-17**; the daily analysis snapshots begin earlier, on 2026-04-04.
|
| 15 |
- **Divergence.** `data/divergence-timeseries.csv` and `data/poll-divergence.csv` pair each poll with the market, keeping both raw values side by side.
|
| 16 |
- **Daily snapshots.** `data/divergence-{date}.csv`, `polls/polls-data-{date}.json`, `snapshots/analysis-criteriosa/{date}.json` and `snapshots/analysis-cards/{date}.json` preserve the state of each day rather than overwriting it.
|
|
@@ -18,7 +18,7 @@ Several observational units, each in its own table.
|
|
| 18 |
|
| 19 |
Columns are enumerated per file in `DATA_DICTIONARY.md`. Values are transcribed from public primary sources; **nothing is imputed and nothing is smoothed**. Where a number is missing it is left missing.
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
**No personal or sensitive data.** Polls enter as published aggregates. The demographic file describes the *declared composition of each sample* (quota design), never individual respondents.
|
| 24 |
|
|
@@ -28,19 +28,19 @@ Columns are enumerated per file in `DATA_DICTIONARY.md`. Values are transcribed
|
|
| 28 |
- **Press:** links from over 400 outlets, collected as references, never as content.
|
| 29 |
- Collection is automated and runs **daily**; each run appends a dated snapshot rather than replacing the previous one.
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
## 4. Preprocessing / cleaning
|
| 34 |
-
Poll and market series are emitted in tidy long format, one row per poll
|
| 35 |
|
| 36 |
## 5. Uses
|
| 37 |
Supports the AFOS live divergence analysis and, after the official result, the validated-case analysis. It should **not** be read as a forecast, as a causal claim, or as an official tally.
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
## 6. Distribution
|
| 46 |
Hugging Face Hub (https://huggingface.co/datasets/AFOS-Analytics1/brazil-2026-electoral-divergence), mirrored on GitHub, and permanently archived on the Harvard Dataverse under the DOI [10.7910/DVN/2D0UK7](https://doi.org/10.7910/DVN/2D0UK7). **Dual licence:** data under CC BY 4.0, code and scripts under Apache 2.0. Both require attribution to AFOS Analytics. No redistribution-restricted source is included: the poll registry is Brazilian public open data, the market data is public and on-chain, and the press layer carries links rather than text.
|
|
@@ -52,7 +52,10 @@ Maintained by AFOS Analytics (afos-analytics.com). Country ISO3: BRA. Election:
|
|
| 52 |
|
| 53 |
**This bundle deliberately ships no `CHECKSUMS.txt`, and the reason is stated here rather than left silent.** The other bundles in this collection are static, so a manifest of SHA-256 hashes stays true indefinitely and is worth publishing. This one changes every day. A manifest written today would be wrong tomorrow, and a manifest that is usually wrong is worse than none: it makes intact files look altered and trains readers to ignore the check. Integrity here is provided by the immutable git history instead. Should the daily pipeline later generate the manifest as part of each run, it will be shipped and this paragraph revised.
|
| 54 |
|
|
|
|
|
|
|
| 55 |
## 8. Known gaps, stated on purpose
|
| 56 |
- **No `CHECKSUMS.txt`**, for the reason above.
|
|
|
|
| 57 |
- **No validated-case status yet.** This bundle becomes a validated case only after the electoral authority proclaims the result. Until then it documents divergence, it does not score accuracy.
|
| 58 |
- **Depth outside the poll layer.** Brazil is the deepest bundle in the collection precisely because the TSE publishes an open registry with no equivalent elsewhere. That depth should not be assumed for the other countries.
|
|
|
|
| 1 |
+
# Datasheet — Brazil 2026 Electoral Divergence Dataset
|
| 2 |
|
| 3 |
+
Following *Datasheets for Datasets* (Gebru et al., 2021; arXiv:1803.09010). Part of the AFOS Analytics collection, cross-referencing prediction market × opinion polls × press coverage against the official result.
|
| 4 |
|
| 5 |
+
âš ï¸ **This is the collection's only LIVE bundle.** The other cases document elections that have already happened and are therefore static. This one tracks Brazil's 2026 presidential cycle **as it unfolds**, is updated daily, and will only become a validated case after the official result is proclaimed. Section 7 explains what that implies for versioning and integrity checking, and section 8 states, deliberately, what this bundle does **not** ship.
|
| 6 |
|
| 7 |
## 1. Motivation
|
| 8 |
+
Created by AFOS Analytics (independent, self-funded, no client work) to document, in an auditable form, the divergence between prediction markets, opinion polls and press narrative during a national election in progress. The premise is that when real money and declared intention disagree, the distance between them is itself information about electoral risk, and that averaging the two away destroys the signal. Intended for research on market-versus-poll calibration, for teaching, and for replication of the AFOS divergence method. To our knowledge this is the first Harvard Dataverse deposit to cross-reference prediction markets × registered polls × press coverage to measure explicit divergence in a Brazilian election.
|
| 9 |
|
| 10 |
## 2. Composition
|
| 11 |
Several observational units, each in its own table.
|
| 12 |
|
| 13 |
+
- **Polls.** `polls/tse-registry.csv` and `.json` carry the official TSE registration sheet of every presidential poll filed for 2026. `polls/national-poll-results-firstround.csv` and `polls/national-poll-results-secondround.csv` hold published results in long format, one row per candidate × scenario × poll, each carrying its TSE registration number. `polls/national-polls.json` holds the full structured polls with methodology. `polls/sample-demographics.csv` holds the declared sample-design quotas.
|
| 14 |
- **Market.** `data/market-odds-timeseries.csv` holds the daily Polymarket presidential odds per candidate, with volume. The series begins on **2026-04-17**; the daily analysis snapshots begin earlier, on 2026-04-04.
|
| 15 |
- **Divergence.** `data/divergence-timeseries.csv` and `data/poll-divergence.csv` pair each poll with the market, keeping both raw values side by side.
|
| 16 |
- **Daily snapshots.** `data/divergence-{date}.csv`, `polls/polls-data-{date}.json`, `snapshots/analysis-criteriosa/{date}.json` and `snapshots/analysis-cards/{date}.json` preserve the state of each day rather than overwriting it.
|
|
|
|
| 18 |
|
| 19 |
Columns are enumerated per file in `DATA_DICTIONARY.md`. Values are transcribed from public primary sources; **nothing is imputed and nothing is smoothed**. Where a number is missing it is left missing.
|
| 20 |
|
| 21 |
+
âš ï¸ **This datasheet states no instance counts, on purpose.** The bundle grows every day, so any count written into documentation is true on the day it is written and wrong soon after. Counts quoted elsewhere in this repository should be read as of their own date; the files themselves are the authority.
|
| 22 |
|
| 23 |
**No personal or sensitive data.** Polls enter as published aggregates. The demographic file describes the *declared composition of each sample* (quota design), never individual respondents.
|
| 24 |
|
|
|
|
| 28 |
- **Press:** links from over 400 outlets, collected as references, never as content.
|
| 29 |
- Collection is automated and runs **daily**; each run appends a dated snapshot rather than replacing the previous one.
|
| 30 |
|
| 31 |
+
âš ï¸ **Registered is not published.** A poll being filed with the TSE does not mean its numbers were released. Filings appear in the registry as soon as they are made; results enter this dataset only once the institute actually publishes them. The gap between the two is real and is visible in the data.
|
| 32 |
|
| 33 |
## 4. Preprocessing / cleaning
|
| 34 |
+
Poll and market series are emitted in tidy long format, one row per poll × candidate or per date × candidate. Nothing is smoothed except where a column is explicitly labelled as an average. Daily files are append-only: a correction produces a new dated file, it does not rewrite an old one.
|
| 35 |
|
| 36 |
## 5. Uses
|
| 37 |
Supports the AFOS live divergence analysis and, after the official result, the validated-case analysis. It should **not** be read as a forecast, as a causal claim, or as an official tally.
|
| 38 |
|
| 39 |
+
âš ï¸ **Scale caveat, and it is the most important limitation here.** A prediction market prices the **probability of winning**; a poll measures **vote share**. These are different quantities and are not directly comparable. Both divergence files keep the two raw values side by side and flag the naive difference explicitly as `naive_winprob_minus_voteshare`. It is a diagnostic of tension between instruments, not a measurement error.
|
| 40 |
|
| 41 |
+
âš ï¸ **Market representativeness.** The Brazilian presidential market is denominated in dollars and traded outside Brazil. Its participants are, by construction, not the Brazilian electorate. High liquidity does not fix this: it is a structural feature to be reasoned about, not a defect to be corrected.
|
| 42 |
|
| 43 |
+
âš ï¸ **Demographic depth.** Only *sample-design* demographics are included, meaning each poll's declared quota composition. *Vote-by-demographic crosstabs* are not, because they are not uniformly published.
|
| 44 |
|
| 45 |
## 6. Distribution
|
| 46 |
Hugging Face Hub (https://huggingface.co/datasets/AFOS-Analytics1/brazil-2026-electoral-divergence), mirrored on GitHub, and permanently archived on the Harvard Dataverse under the DOI [10.7910/DVN/2D0UK7](https://doi.org/10.7910/DVN/2D0UK7). **Dual licence:** data under CC BY 4.0, code and scripts under Apache 2.0. Both require attribution to AFOS Analytics. No redistribution-restricted source is included: the poll registry is Brazilian public open data, the market data is public and on-chain, and the press layer carries links rather than text.
|
|
|
|
| 52 |
|
| 53 |
**This bundle deliberately ships no `CHECKSUMS.txt`, and the reason is stated here rather than left silent.** The other bundles in this collection are static, so a manifest of SHA-256 hashes stays true indefinitely and is worth publishing. This one changes every day. A manifest written today would be wrong tomorrow, and a manifest that is usually wrong is worse than none: it makes intact files look altered and trains readers to ignore the check. Integrity here is provided by the immutable git history instead. Should the daily pipeline later generate the manifest as part of each run, it will be shipped and this paragraph revised.
|
| 54 |
|
| 55 |
+
**The machine-readable descriptors cover the stable tables only.** `datapackage.json` (Frictionless Table Schema, validated) and `croissant.json` describe the seven tables that keep their shape: the TSE registry, the first and second round result tables, the sample demographics, and the three divergence and market series. Each descriptor carries the SHA-256 of the table it describes, so those seven can be checked individually. The dated daily files under `snapshots/`, `polls/` and `news/` are deliberately not listed, for the same reason there is no hash manifest: a descriptor enumerating files that grow every day would be wrong by the next morning.
|
| 56 |
+
|
| 57 |
## 8. Known gaps, stated on purpose
|
| 58 |
- **No `CHECKSUMS.txt`**, for the reason above.
|
| 59 |
+
- **The `datapackage.json` and `croissant.json` describe only the seven stable tables**, not the dated daily files, for the same reason.
|
| 60 |
- **No validated-case status yet.** This bundle becomes a validated case only after the electoral authority proclaims the result. Until then it documents divergence, it does not score accuracy.
|
| 61 |
- **Depth outside the poll layer.** Brazil is the deepest bundle in the collection precisely because the TSE publishes an open registry with no equivalent elsewhere. That depth should not be assumed for the other countries.
|
|
@@ -0,0 +1,1234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@vocab": "https://schema.org/",
|
| 4 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 5 |
+
"sc": "https://schema.org/",
|
| 6 |
+
"dataType": {
|
| 7 |
+
"@id": "cr:dataType",
|
| 8 |
+
"@type": "@vocab"
|
| 9 |
+
},
|
| 10 |
+
"field": "cr:field",
|
| 11 |
+
"fileObject": "cr:fileObject",
|
| 12 |
+
"recordSet": "cr:recordSet",
|
| 13 |
+
"source": "cr:source",
|
| 14 |
+
"extract": "cr:extract",
|
| 15 |
+
"column": "cr:column"
|
| 16 |
+
},
|
| 17 |
+
"@type": "sc:Dataset",
|
| 18 |
+
"cr:conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 19 |
+
"name": "brazil-2026-electoral-divergence",
|
| 20 |
+
"description": "Brazil's 2026 general election, tracked live. The bundle cross-references opinion polls formally registered with the Tribunal Superior Eleitoral against Polymarket's presidential odds and the press record, and publishes the resulting divergence series. It is the only live case in the AFOS collection: files are appended daily rather than frozen after a result. These machine-readable descriptors cover the stable tables only; the dated daily files under snapshots/, polls/ and news/ are append-only and are versioned by the commit history rather than by a descriptor that would go stale every day.",
|
| 21 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 22 |
+
"url": "https://huggingface.co/datasets/AFOS-Analytics1/brazil-2026-electoral-divergence",
|
| 23 |
+
"version": "1.1.0",
|
| 24 |
+
"citation": "AFOS Analytics (2026). Brazil 2026 Electoral Divergence Dataset. https://huggingface.co/datasets/AFOS-Analytics1/brazil-2026-electoral-divergence",
|
| 25 |
+
"keywords": [
|
| 26 |
+
"elections",
|
| 27 |
+
"prediction-markets",
|
| 28 |
+
"opinion-polls",
|
| 29 |
+
"electoral-divergence",
|
| 30 |
+
"open-data",
|
| 31 |
+
"brazil"
|
| 32 |
+
],
|
| 33 |
+
"distribution": [
|
| 34 |
+
{
|
| 35 |
+
"@type": "cr:FileObject",
|
| 36 |
+
"@id": "polls/tse-registry.csv",
|
| 37 |
+
"name": "polls/tse-registry.csv",
|
| 38 |
+
"contentUrl": "polls/tse-registry.csv",
|
| 39 |
+
"encodingFormat": "text/csv",
|
| 40 |
+
"sha256": "13e27c4932d0869d29fa37d147c7af4eb6606aadae7f1f875d4cba5018b09e05"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"@type": "cr:FileObject",
|
| 44 |
+
"@id": "polls/national-poll-results-firstround.csv",
|
| 45 |
+
"name": "polls/national-poll-results-firstround.csv",
|
| 46 |
+
"contentUrl": "polls/national-poll-results-firstround.csv",
|
| 47 |
+
"encodingFormat": "text/csv",
|
| 48 |
+
"sha256": "8e9f3cf1433e3fecb30a1c85bed1ed8c8fa2136fd2f7abe78ac5bb28347cbd11"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"@type": "cr:FileObject",
|
| 52 |
+
"@id": "polls/national-poll-results-secondround.csv",
|
| 53 |
+
"name": "polls/national-poll-results-secondround.csv",
|
| 54 |
+
"contentUrl": "polls/national-poll-results-secondround.csv",
|
| 55 |
+
"encodingFormat": "text/csv",
|
| 56 |
+
"sha256": "0cbdff0241862dbcbc8781b8e705b7f0621e4df869412144127ad6212ce6371f"
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"@type": "cr:FileObject",
|
| 60 |
+
"@id": "polls/sample-demographics.csv",
|
| 61 |
+
"name": "polls/sample-demographics.csv",
|
| 62 |
+
"contentUrl": "polls/sample-demographics.csv",
|
| 63 |
+
"encodingFormat": "text/csv",
|
| 64 |
+
"sha256": "d4b0cabf0fbedd99af679db522586da837b294b17767cb4ac2d44852129835fb"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"@type": "cr:FileObject",
|
| 68 |
+
"@id": "data/poll-divergence.csv",
|
| 69 |
+
"name": "data/poll-divergence.csv",
|
| 70 |
+
"contentUrl": "data/poll-divergence.csv",
|
| 71 |
+
"encodingFormat": "text/csv",
|
| 72 |
+
"sha256": "d9914b04597bf6dcb6d74ae5417e7fc6329b26f3eb44643e8068f6b8b780b003"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"@type": "cr:FileObject",
|
| 76 |
+
"@id": "data/divergence-timeseries.csv",
|
| 77 |
+
"name": "data/divergence-timeseries.csv",
|
| 78 |
+
"contentUrl": "data/divergence-timeseries.csv",
|
| 79 |
+
"encodingFormat": "text/csv",
|
| 80 |
+
"sha256": "c08439bb39947776417cb2eb7db95ed2a083bdaa576b2c16cfa2e7c7e925b2cb"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"@type": "cr:FileObject",
|
| 84 |
+
"@id": "data/market-odds-timeseries.csv",
|
| 85 |
+
"name": "data/market-odds-timeseries.csv",
|
| 86 |
+
"contentUrl": "data/market-odds-timeseries.csv",
|
| 87 |
+
"encodingFormat": "text/csv",
|
| 88 |
+
"sha256": "fd531d82ff2608e304138b93cf88279715e92d180db6070192bd77834f1d1c9c"
|
| 89 |
+
}
|
| 90 |
+
],
|
| 91 |
+
"recordSet": [
|
| 92 |
+
{
|
| 93 |
+
"@type": "cr:RecordSet",
|
| 94 |
+
"@id": "polls-tse-registry",
|
| 95 |
+
"name": "polls-tse-registry",
|
| 96 |
+
"field": [
|
| 97 |
+
{
|
| 98 |
+
"@type": "cr:Field",
|
| 99 |
+
"@id": "polls-tse-registry/register_tse",
|
| 100 |
+
"name": "register_tse",
|
| 101 |
+
"dataType": "sc:Text",
|
| 102 |
+
"source": {
|
| 103 |
+
"fileObject": {
|
| 104 |
+
"@id": "polls/tse-registry.csv"
|
| 105 |
+
},
|
| 106 |
+
"extract": {
|
| 107 |
+
"column": "register_tse"
|
| 108 |
+
}
|
| 109 |
+
}
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"@type": "cr:Field",
|
| 113 |
+
"@id": "polls-tse-registry/registration_date",
|
| 114 |
+
"name": "registration_date",
|
| 115 |
+
"dataType": "sc:Date",
|
| 116 |
+
"source": {
|
| 117 |
+
"fileObject": {
|
| 118 |
+
"@id": "polls/tse-registry.csv"
|
| 119 |
+
},
|
| 120 |
+
"extract": {
|
| 121 |
+
"column": "registration_date"
|
| 122 |
+
}
|
| 123 |
+
}
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"@type": "cr:Field",
|
| 127 |
+
"@id": "polls-tse-registry/own_poll",
|
| 128 |
+
"name": "own_poll",
|
| 129 |
+
"dataType": "sc:Text",
|
| 130 |
+
"source": {
|
| 131 |
+
"fileObject": {
|
| 132 |
+
"@id": "polls/tse-registry.csv"
|
| 133 |
+
},
|
| 134 |
+
"extract": {
|
| 135 |
+
"column": "own_poll"
|
| 136 |
+
}
|
| 137 |
+
}
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"@type": "cr:Field",
|
| 141 |
+
"@id": "polls-tse-registry/cnpj",
|
| 142 |
+
"name": "cnpj",
|
| 143 |
+
"dataType": "sc:Integer",
|
| 144 |
+
"source": {
|
| 145 |
+
"fileObject": {
|
| 146 |
+
"@id": "polls/tse-registry.csv"
|
| 147 |
+
},
|
| 148 |
+
"extract": {
|
| 149 |
+
"column": "cnpj"
|
| 150 |
+
}
|
| 151 |
+
}
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"@type": "cr:Field",
|
| 155 |
+
"@id": "polls-tse-registry/institute",
|
| 156 |
+
"name": "institute",
|
| 157 |
+
"dataType": "sc:Text",
|
| 158 |
+
"source": {
|
| 159 |
+
"fileObject": {
|
| 160 |
+
"@id": "polls/tse-registry.csv"
|
| 161 |
+
},
|
| 162 |
+
"extract": {
|
| 163 |
+
"column": "institute"
|
| 164 |
+
}
|
| 165 |
+
}
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"@type": "cr:Field",
|
| 169 |
+
"@id": "polls-tse-registry/institute_trade_name",
|
| 170 |
+
"name": "institute_trade_name",
|
| 171 |
+
"dataType": "sc:Text",
|
| 172 |
+
"source": {
|
| 173 |
+
"fileObject": {
|
| 174 |
+
"@id": "polls/tse-registry.csv"
|
| 175 |
+
},
|
| 176 |
+
"extract": {
|
| 177 |
+
"column": "institute_trade_name"
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"@type": "cr:Field",
|
| 183 |
+
"@id": "polls-tse-registry/office",
|
| 184 |
+
"name": "office",
|
| 185 |
+
"dataType": "sc:Text",
|
| 186 |
+
"source": {
|
| 187 |
+
"fileObject": {
|
| 188 |
+
"@id": "polls/tse-registry.csv"
|
| 189 |
+
},
|
| 190 |
+
"extract": {
|
| 191 |
+
"column": "office"
|
| 192 |
+
}
|
| 193 |
+
}
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"@type": "cr:Field",
|
| 197 |
+
"@id": "polls-tse-registry/field_start",
|
| 198 |
+
"name": "field_start",
|
| 199 |
+
"dataType": "sc:Date",
|
| 200 |
+
"source": {
|
| 201 |
+
"fileObject": {
|
| 202 |
+
"@id": "polls/tse-registry.csv"
|
| 203 |
+
},
|
| 204 |
+
"extract": {
|
| 205 |
+
"column": "field_start"
|
| 206 |
+
}
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"@type": "cr:Field",
|
| 211 |
+
"@id": "polls-tse-registry/field_end",
|
| 212 |
+
"name": "field_end",
|
| 213 |
+
"dataType": "sc:Date",
|
| 214 |
+
"source": {
|
| 215 |
+
"fileObject": {
|
| 216 |
+
"@id": "polls/tse-registry.csv"
|
| 217 |
+
},
|
| 218 |
+
"extract": {
|
| 219 |
+
"column": "field_end"
|
| 220 |
+
}
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"@type": "cr:Field",
|
| 225 |
+
"@id": "polls-tse-registry/publication_date",
|
| 226 |
+
"name": "publication_date",
|
| 227 |
+
"dataType": "sc:Date",
|
| 228 |
+
"source": {
|
| 229 |
+
"fileObject": {
|
| 230 |
+
"@id": "polls/tse-registry.csv"
|
| 231 |
+
},
|
| 232 |
+
"extract": {
|
| 233 |
+
"column": "publication_date"
|
| 234 |
+
}
|
| 235 |
+
}
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"@type": "cr:Field",
|
| 239 |
+
"@id": "polls-tse-registry/sample_size",
|
| 240 |
+
"name": "sample_size",
|
| 241 |
+
"dataType": "sc:Integer",
|
| 242 |
+
"source": {
|
| 243 |
+
"fileObject": {
|
| 244 |
+
"@id": "polls/tse-registry.csv"
|
| 245 |
+
},
|
| 246 |
+
"extract": {
|
| 247 |
+
"column": "sample_size"
|
| 248 |
+
}
|
| 249 |
+
}
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"@type": "cr:Field",
|
| 253 |
+
"@id": "polls-tse-registry/conre",
|
| 254 |
+
"name": "conre",
|
| 255 |
+
"dataType": "sc:Text",
|
| 256 |
+
"source": {
|
| 257 |
+
"fileObject": {
|
| 258 |
+
"@id": "polls/tse-registry.csv"
|
| 259 |
+
},
|
| 260 |
+
"extract": {
|
| 261 |
+
"column": "conre"
|
| 262 |
+
}
|
| 263 |
+
}
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"@type": "cr:Field",
|
| 267 |
+
"@id": "polls-tse-registry/statistician",
|
| 268 |
+
"name": "statistician",
|
| 269 |
+
"dataType": "sc:Text",
|
| 270 |
+
"source": {
|
| 271 |
+
"fileObject": {
|
| 272 |
+
"@id": "polls/tse-registry.csv"
|
| 273 |
+
},
|
| 274 |
+
"extract": {
|
| 275 |
+
"column": "statistician"
|
| 276 |
+
}
|
| 277 |
+
}
|
| 278 |
+
},
|
| 279 |
+
{
|
| 280 |
+
"@type": "cr:Field",
|
| 281 |
+
"@id": "polls-tse-registry/cost_brl",
|
| 282 |
+
"name": "cost_brl",
|
| 283 |
+
"dataType": "sc:Float",
|
| 284 |
+
"source": {
|
| 285 |
+
"fileObject": {
|
| 286 |
+
"@id": "polls/tse-registry.csv"
|
| 287 |
+
},
|
| 288 |
+
"extract": {
|
| 289 |
+
"column": "cost_brl"
|
| 290 |
+
}
|
| 291 |
+
}
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"@type": "cr:Field",
|
| 295 |
+
"@id": "polls-tse-registry/methodology",
|
| 296 |
+
"name": "methodology",
|
| 297 |
+
"dataType": "sc:Text",
|
| 298 |
+
"source": {
|
| 299 |
+
"fileObject": {
|
| 300 |
+
"@id": "polls/tse-registry.csv"
|
| 301 |
+
},
|
| 302 |
+
"extract": {
|
| 303 |
+
"column": "methodology"
|
| 304 |
+
}
|
| 305 |
+
}
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"@type": "cr:Field",
|
| 309 |
+
"@id": "polls-tse-registry/sampling_plan",
|
| 310 |
+
"name": "sampling_plan",
|
| 311 |
+
"dataType": "sc:Text",
|
| 312 |
+
"source": {
|
| 313 |
+
"fileObject": {
|
| 314 |
+
"@id": "polls/tse-registry.csv"
|
| 315 |
+
},
|
| 316 |
+
"extract": {
|
| 317 |
+
"column": "sampling_plan"
|
| 318 |
+
}
|
| 319 |
+
}
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"@type": "cr:Field",
|
| 323 |
+
"@id": "polls-tse-registry/control_system",
|
| 324 |
+
"name": "control_system",
|
| 325 |
+
"dataType": "sc:Text",
|
| 326 |
+
"source": {
|
| 327 |
+
"fileObject": {
|
| 328 |
+
"@id": "polls/tse-registry.csv"
|
| 329 |
+
},
|
| 330 |
+
"extract": {
|
| 331 |
+
"column": "control_system"
|
| 332 |
+
}
|
| 333 |
+
}
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"@type": "cr:Field",
|
| 337 |
+
"@id": "polls-tse-registry/municipality_data",
|
| 338 |
+
"name": "municipality_data",
|
| 339 |
+
"dataType": "sc:Text",
|
| 340 |
+
"source": {
|
| 341 |
+
"fileObject": {
|
| 342 |
+
"@id": "polls/tse-registry.csv"
|
| 343 |
+
},
|
| 344 |
+
"extract": {
|
| 345 |
+
"column": "municipality_data"
|
| 346 |
+
}
|
| 347 |
+
}
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"@type": "cr:Field",
|
| 351 |
+
"@id": "polls-tse-registry/uf",
|
| 352 |
+
"name": "uf",
|
| 353 |
+
"dataType": "sc:Text",
|
| 354 |
+
"source": {
|
| 355 |
+
"fileObject": {
|
| 356 |
+
"@id": "polls/tse-registry.csv"
|
| 357 |
+
},
|
| 358 |
+
"extract": {
|
| 359 |
+
"column": "uf"
|
| 360 |
+
}
|
| 361 |
+
}
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"@type": "cr:Field",
|
| 365 |
+
"@id": "polls-tse-registry/electoral_unit",
|
| 366 |
+
"name": "electoral_unit",
|
| 367 |
+
"dataType": "sc:Text",
|
| 368 |
+
"source": {
|
| 369 |
+
"fileObject": {
|
| 370 |
+
"@id": "polls/tse-registry.csv"
|
| 371 |
+
},
|
| 372 |
+
"extract": {
|
| 373 |
+
"column": "electoral_unit"
|
| 374 |
+
}
|
| 375 |
+
}
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"@type": "cr:Field",
|
| 379 |
+
"@id": "polls-tse-registry/scope",
|
| 380 |
+
"name": "scope",
|
| 381 |
+
"dataType": "sc:Text",
|
| 382 |
+
"source": {
|
| 383 |
+
"fileObject": {
|
| 384 |
+
"@id": "polls/tse-registry.csv"
|
| 385 |
+
},
|
| 386 |
+
"extract": {
|
| 387 |
+
"column": "scope"
|
| 388 |
+
}
|
| 389 |
+
}
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"@type": "cr:Field",
|
| 393 |
+
"@id": "polls-tse-registry/scope_source",
|
| 394 |
+
"name": "scope_source",
|
| 395 |
+
"dataType": "sc:Text",
|
| 396 |
+
"source": {
|
| 397 |
+
"fileObject": {
|
| 398 |
+
"@id": "polls/tse-registry.csv"
|
| 399 |
+
},
|
| 400 |
+
"extract": {
|
| 401 |
+
"column": "scope_source"
|
| 402 |
+
}
|
| 403 |
+
}
|
| 404 |
+
}
|
| 405 |
+
]
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"@type": "cr:RecordSet",
|
| 409 |
+
"@id": "polls-national-poll-results-firstround",
|
| 410 |
+
"name": "polls-national-poll-results-firstround",
|
| 411 |
+
"field": [
|
| 412 |
+
{
|
| 413 |
+
"@type": "cr:Field",
|
| 414 |
+
"@id": "polls-national-poll-results-firstround/poll_id",
|
| 415 |
+
"name": "poll_id",
|
| 416 |
+
"dataType": "sc:Text",
|
| 417 |
+
"source": {
|
| 418 |
+
"fileObject": {
|
| 419 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 420 |
+
},
|
| 421 |
+
"extract": {
|
| 422 |
+
"column": "poll_id"
|
| 423 |
+
}
|
| 424 |
+
}
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"@type": "cr:Field",
|
| 428 |
+
"@id": "polls-national-poll-results-firstround/register_tse",
|
| 429 |
+
"name": "register_tse",
|
| 430 |
+
"dataType": "sc:Text",
|
| 431 |
+
"source": {
|
| 432 |
+
"fileObject": {
|
| 433 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 434 |
+
},
|
| 435 |
+
"extract": {
|
| 436 |
+
"column": "register_tse"
|
| 437 |
+
}
|
| 438 |
+
}
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"@type": "cr:Field",
|
| 442 |
+
"@id": "polls-national-poll-results-firstround/institute",
|
| 443 |
+
"name": "institute",
|
| 444 |
+
"dataType": "sc:Text",
|
| 445 |
+
"source": {
|
| 446 |
+
"fileObject": {
|
| 447 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 448 |
+
},
|
| 449 |
+
"extract": {
|
| 450 |
+
"column": "institute"
|
| 451 |
+
}
|
| 452 |
+
}
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"@type": "cr:Field",
|
| 456 |
+
"@id": "polls-national-poll-results-firstround/poll_date",
|
| 457 |
+
"name": "poll_date",
|
| 458 |
+
"dataType": "sc:Date",
|
| 459 |
+
"source": {
|
| 460 |
+
"fileObject": {
|
| 461 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 462 |
+
},
|
| 463 |
+
"extract": {
|
| 464 |
+
"column": "poll_date"
|
| 465 |
+
}
|
| 466 |
+
}
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"@type": "cr:Field",
|
| 470 |
+
"@id": "polls-national-poll-results-firstround/field_dates",
|
| 471 |
+
"name": "field_dates",
|
| 472 |
+
"dataType": "sc:Text",
|
| 473 |
+
"source": {
|
| 474 |
+
"fileObject": {
|
| 475 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 476 |
+
},
|
| 477 |
+
"extract": {
|
| 478 |
+
"column": "field_dates"
|
| 479 |
+
}
|
| 480 |
+
}
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"@type": "cr:Field",
|
| 484 |
+
"@id": "polls-national-poll-results-firstround/sample",
|
| 485 |
+
"name": "sample",
|
| 486 |
+
"dataType": "sc:Integer",
|
| 487 |
+
"source": {
|
| 488 |
+
"fileObject": {
|
| 489 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 490 |
+
},
|
| 491 |
+
"extract": {
|
| 492 |
+
"column": "sample"
|
| 493 |
+
}
|
| 494 |
+
}
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"@type": "cr:Field",
|
| 498 |
+
"@id": "polls-national-poll-results-firstround/margin_pp",
|
| 499 |
+
"name": "margin_pp",
|
| 500 |
+
"dataType": "sc:Float",
|
| 501 |
+
"source": {
|
| 502 |
+
"fileObject": {
|
| 503 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 504 |
+
},
|
| 505 |
+
"extract": {
|
| 506 |
+
"column": "margin_pp"
|
| 507 |
+
}
|
| 508 |
+
}
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"@type": "cr:Field",
|
| 512 |
+
"@id": "polls-national-poll-results-firstround/method",
|
| 513 |
+
"name": "method",
|
| 514 |
+
"dataType": "sc:Text",
|
| 515 |
+
"source": {
|
| 516 |
+
"fileObject": {
|
| 517 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 518 |
+
},
|
| 519 |
+
"extract": {
|
| 520 |
+
"column": "method"
|
| 521 |
+
}
|
| 522 |
+
}
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"@type": "cr:Field",
|
| 526 |
+
"@id": "polls-national-poll-results-firstround/scenario",
|
| 527 |
+
"name": "scenario",
|
| 528 |
+
"dataType": "sc:Text",
|
| 529 |
+
"source": {
|
| 530 |
+
"fileObject": {
|
| 531 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 532 |
+
},
|
| 533 |
+
"extract": {
|
| 534 |
+
"column": "scenario"
|
| 535 |
+
}
|
| 536 |
+
}
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"@type": "cr:Field",
|
| 540 |
+
"@id": "polls-national-poll-results-firstround/candidate",
|
| 541 |
+
"name": "candidate",
|
| 542 |
+
"dataType": "sc:Text",
|
| 543 |
+
"source": {
|
| 544 |
+
"fileObject": {
|
| 545 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 546 |
+
},
|
| 547 |
+
"extract": {
|
| 548 |
+
"column": "candidate"
|
| 549 |
+
}
|
| 550 |
+
}
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"@type": "cr:Field",
|
| 554 |
+
"@id": "polls-national-poll-results-firstround/party",
|
| 555 |
+
"name": "party",
|
| 556 |
+
"dataType": "sc:Text",
|
| 557 |
+
"source": {
|
| 558 |
+
"fileObject": {
|
| 559 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 560 |
+
},
|
| 561 |
+
"extract": {
|
| 562 |
+
"column": "party"
|
| 563 |
+
}
|
| 564 |
+
}
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"@type": "cr:Field",
|
| 568 |
+
"@id": "polls-national-poll-results-firstround/percent",
|
| 569 |
+
"name": "percent",
|
| 570 |
+
"dataType": "sc:Float",
|
| 571 |
+
"source": {
|
| 572 |
+
"fileObject": {
|
| 573 |
+
"@id": "polls/national-poll-results-firstround.csv"
|
| 574 |
+
},
|
| 575 |
+
"extract": {
|
| 576 |
+
"column": "percent"
|
| 577 |
+
}
|
| 578 |
+
}
|
| 579 |
+
}
|
| 580 |
+
]
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"@type": "cr:RecordSet",
|
| 584 |
+
"@id": "polls-national-poll-results-secondround",
|
| 585 |
+
"name": "polls-national-poll-results-secondround",
|
| 586 |
+
"field": [
|
| 587 |
+
{
|
| 588 |
+
"@type": "cr:Field",
|
| 589 |
+
"@id": "polls-national-poll-results-secondround/poll_id",
|
| 590 |
+
"name": "poll_id",
|
| 591 |
+
"dataType": "sc:Text",
|
| 592 |
+
"source": {
|
| 593 |
+
"fileObject": {
|
| 594 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 595 |
+
},
|
| 596 |
+
"extract": {
|
| 597 |
+
"column": "poll_id"
|
| 598 |
+
}
|
| 599 |
+
}
|
| 600 |
+
},
|
| 601 |
+
{
|
| 602 |
+
"@type": "cr:Field",
|
| 603 |
+
"@id": "polls-national-poll-results-secondround/register_tse",
|
| 604 |
+
"name": "register_tse",
|
| 605 |
+
"dataType": "sc:Text",
|
| 606 |
+
"source": {
|
| 607 |
+
"fileObject": {
|
| 608 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 609 |
+
},
|
| 610 |
+
"extract": {
|
| 611 |
+
"column": "register_tse"
|
| 612 |
+
}
|
| 613 |
+
}
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"@type": "cr:Field",
|
| 617 |
+
"@id": "polls-national-poll-results-secondround/institute",
|
| 618 |
+
"name": "institute",
|
| 619 |
+
"dataType": "sc:Text",
|
| 620 |
+
"source": {
|
| 621 |
+
"fileObject": {
|
| 622 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 623 |
+
},
|
| 624 |
+
"extract": {
|
| 625 |
+
"column": "institute"
|
| 626 |
+
}
|
| 627 |
+
}
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"@type": "cr:Field",
|
| 631 |
+
"@id": "polls-national-poll-results-secondround/poll_date",
|
| 632 |
+
"name": "poll_date",
|
| 633 |
+
"dataType": "sc:Date",
|
| 634 |
+
"source": {
|
| 635 |
+
"fileObject": {
|
| 636 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 637 |
+
},
|
| 638 |
+
"extract": {
|
| 639 |
+
"column": "poll_date"
|
| 640 |
+
}
|
| 641 |
+
}
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"@type": "cr:Field",
|
| 645 |
+
"@id": "polls-national-poll-results-secondround/matchup",
|
| 646 |
+
"name": "matchup",
|
| 647 |
+
"dataType": "sc:Text",
|
| 648 |
+
"source": {
|
| 649 |
+
"fileObject": {
|
| 650 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 651 |
+
},
|
| 652 |
+
"extract": {
|
| 653 |
+
"column": "matchup"
|
| 654 |
+
}
|
| 655 |
+
}
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"@type": "cr:Field",
|
| 659 |
+
"@id": "polls-national-poll-results-secondround/candidate1",
|
| 660 |
+
"name": "candidate1",
|
| 661 |
+
"dataType": "sc:Text",
|
| 662 |
+
"source": {
|
| 663 |
+
"fileObject": {
|
| 664 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 665 |
+
},
|
| 666 |
+
"extract": {
|
| 667 |
+
"column": "candidate1"
|
| 668 |
+
}
|
| 669 |
+
}
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"@type": "cr:Field",
|
| 673 |
+
"@id": "polls-national-poll-results-secondround/percent1",
|
| 674 |
+
"name": "percent1",
|
| 675 |
+
"dataType": "sc:Float",
|
| 676 |
+
"source": {
|
| 677 |
+
"fileObject": {
|
| 678 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 679 |
+
},
|
| 680 |
+
"extract": {
|
| 681 |
+
"column": "percent1"
|
| 682 |
+
}
|
| 683 |
+
}
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"@type": "cr:Field",
|
| 687 |
+
"@id": "polls-national-poll-results-secondround/candidate2",
|
| 688 |
+
"name": "candidate2",
|
| 689 |
+
"dataType": "sc:Text",
|
| 690 |
+
"source": {
|
| 691 |
+
"fileObject": {
|
| 692 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 693 |
+
},
|
| 694 |
+
"extract": {
|
| 695 |
+
"column": "candidate2"
|
| 696 |
+
}
|
| 697 |
+
}
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"@type": "cr:Field",
|
| 701 |
+
"@id": "polls-national-poll-results-secondround/percent2",
|
| 702 |
+
"name": "percent2",
|
| 703 |
+
"dataType": "sc:Float",
|
| 704 |
+
"source": {
|
| 705 |
+
"fileObject": {
|
| 706 |
+
"@id": "polls/national-poll-results-secondround.csv"
|
| 707 |
+
},
|
| 708 |
+
"extract": {
|
| 709 |
+
"column": "percent2"
|
| 710 |
+
}
|
| 711 |
+
}
|
| 712 |
+
}
|
| 713 |
+
]
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"@type": "cr:RecordSet",
|
| 717 |
+
"@id": "polls-sample-demographics",
|
| 718 |
+
"name": "polls-sample-demographics",
|
| 719 |
+
"field": [
|
| 720 |
+
{
|
| 721 |
+
"@type": "cr:Field",
|
| 722 |
+
"@id": "polls-sample-demographics/poll_id",
|
| 723 |
+
"name": "poll_id",
|
| 724 |
+
"dataType": "sc:Text",
|
| 725 |
+
"source": {
|
| 726 |
+
"fileObject": {
|
| 727 |
+
"@id": "polls/sample-demographics.csv"
|
| 728 |
+
},
|
| 729 |
+
"extract": {
|
| 730 |
+
"column": "poll_id"
|
| 731 |
+
}
|
| 732 |
+
}
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"@type": "cr:Field",
|
| 736 |
+
"@id": "polls-sample-demographics/register_tse",
|
| 737 |
+
"name": "register_tse",
|
| 738 |
+
"dataType": "sc:Text",
|
| 739 |
+
"source": {
|
| 740 |
+
"fileObject": {
|
| 741 |
+
"@id": "polls/sample-demographics.csv"
|
| 742 |
+
},
|
| 743 |
+
"extract": {
|
| 744 |
+
"column": "register_tse"
|
| 745 |
+
}
|
| 746 |
+
}
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"@type": "cr:Field",
|
| 750 |
+
"@id": "polls-sample-demographics/institute",
|
| 751 |
+
"name": "institute",
|
| 752 |
+
"dataType": "sc:Text",
|
| 753 |
+
"source": {
|
| 754 |
+
"fileObject": {
|
| 755 |
+
"@id": "polls/sample-demographics.csv"
|
| 756 |
+
},
|
| 757 |
+
"extract": {
|
| 758 |
+
"column": "institute"
|
| 759 |
+
}
|
| 760 |
+
}
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"@type": "cr:Field",
|
| 764 |
+
"@id": "polls-sample-demographics/poll_date",
|
| 765 |
+
"name": "poll_date",
|
| 766 |
+
"dataType": "sc:Date",
|
| 767 |
+
"source": {
|
| 768 |
+
"fileObject": {
|
| 769 |
+
"@id": "polls/sample-demographics.csv"
|
| 770 |
+
},
|
| 771 |
+
"extract": {
|
| 772 |
+
"column": "poll_date"
|
| 773 |
+
}
|
| 774 |
+
}
|
| 775 |
+
},
|
| 776 |
+
{
|
| 777 |
+
"@type": "cr:Field",
|
| 778 |
+
"@id": "polls-sample-demographics/field_midpoint",
|
| 779 |
+
"name": "field_midpoint",
|
| 780 |
+
"dataType": "sc:Date",
|
| 781 |
+
"source": {
|
| 782 |
+
"fileObject": {
|
| 783 |
+
"@id": "polls/sample-demographics.csv"
|
| 784 |
+
},
|
| 785 |
+
"extract": {
|
| 786 |
+
"column": "field_midpoint"
|
| 787 |
+
}
|
| 788 |
+
}
|
| 789 |
+
},
|
| 790 |
+
{
|
| 791 |
+
"@type": "cr:Field",
|
| 792 |
+
"@id": "polls-sample-demographics/dimension",
|
| 793 |
+
"name": "dimension",
|
| 794 |
+
"dataType": "sc:Text",
|
| 795 |
+
"source": {
|
| 796 |
+
"fileObject": {
|
| 797 |
+
"@id": "polls/sample-demographics.csv"
|
| 798 |
+
},
|
| 799 |
+
"extract": {
|
| 800 |
+
"column": "dimension"
|
| 801 |
+
}
|
| 802 |
+
}
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"@type": "cr:Field",
|
| 806 |
+
"@id": "polls-sample-demographics/category",
|
| 807 |
+
"name": "category",
|
| 808 |
+
"dataType": "sc:Text",
|
| 809 |
+
"source": {
|
| 810 |
+
"fileObject": {
|
| 811 |
+
"@id": "polls/sample-demographics.csv"
|
| 812 |
+
},
|
| 813 |
+
"extract": {
|
| 814 |
+
"column": "category"
|
| 815 |
+
}
|
| 816 |
+
}
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"@type": "cr:Field",
|
| 820 |
+
"@id": "polls-sample-demographics/pct",
|
| 821 |
+
"name": "pct",
|
| 822 |
+
"dataType": "sc:Float",
|
| 823 |
+
"source": {
|
| 824 |
+
"fileObject": {
|
| 825 |
+
"@id": "polls/sample-demographics.csv"
|
| 826 |
+
},
|
| 827 |
+
"extract": {
|
| 828 |
+
"column": "pct"
|
| 829 |
+
}
|
| 830 |
+
}
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"@type": "cr:Field",
|
| 834 |
+
"@id": "polls-sample-demographics/quota_detail_level",
|
| 835 |
+
"name": "quota_detail_level",
|
| 836 |
+
"dataType": "sc:Text",
|
| 837 |
+
"source": {
|
| 838 |
+
"fileObject": {
|
| 839 |
+
"@id": "polls/sample-demographics.csv"
|
| 840 |
+
},
|
| 841 |
+
"extract": {
|
| 842 |
+
"column": "quota_detail_level"
|
| 843 |
+
}
|
| 844 |
+
}
|
| 845 |
+
}
|
| 846 |
+
]
|
| 847 |
+
},
|
| 848 |
+
{
|
| 849 |
+
"@type": "cr:RecordSet",
|
| 850 |
+
"@id": "data-poll-divergence",
|
| 851 |
+
"name": "data-poll-divergence",
|
| 852 |
+
"field": [
|
| 853 |
+
{
|
| 854 |
+
"@type": "cr:Field",
|
| 855 |
+
"@id": "data-poll-divergence/poll_id",
|
| 856 |
+
"name": "poll_id",
|
| 857 |
+
"dataType": "sc:Text",
|
| 858 |
+
"source": {
|
| 859 |
+
"fileObject": {
|
| 860 |
+
"@id": "data/poll-divergence.csv"
|
| 861 |
+
},
|
| 862 |
+
"extract": {
|
| 863 |
+
"column": "poll_id"
|
| 864 |
+
}
|
| 865 |
+
}
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"@type": "cr:Field",
|
| 869 |
+
"@id": "data-poll-divergence/register_tse",
|
| 870 |
+
"name": "register_tse",
|
| 871 |
+
"dataType": "sc:Text",
|
| 872 |
+
"source": {
|
| 873 |
+
"fileObject": {
|
| 874 |
+
"@id": "data/poll-divergence.csv"
|
| 875 |
+
},
|
| 876 |
+
"extract": {
|
| 877 |
+
"column": "register_tse"
|
| 878 |
+
}
|
| 879 |
+
}
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"@type": "cr:Field",
|
| 883 |
+
"@id": "data-poll-divergence/institute",
|
| 884 |
+
"name": "institute",
|
| 885 |
+
"dataType": "sc:Text",
|
| 886 |
+
"source": {
|
| 887 |
+
"fileObject": {
|
| 888 |
+
"@id": "data/poll-divergence.csv"
|
| 889 |
+
},
|
| 890 |
+
"extract": {
|
| 891 |
+
"column": "institute"
|
| 892 |
+
}
|
| 893 |
+
}
|
| 894 |
+
},
|
| 895 |
+
{
|
| 896 |
+
"@type": "cr:Field",
|
| 897 |
+
"@id": "data-poll-divergence/poll_date",
|
| 898 |
+
"name": "poll_date",
|
| 899 |
+
"dataType": "sc:Date",
|
| 900 |
+
"source": {
|
| 901 |
+
"fileObject": {
|
| 902 |
+
"@id": "data/poll-divergence.csv"
|
| 903 |
+
},
|
| 904 |
+
"extract": {
|
| 905 |
+
"column": "poll_date"
|
| 906 |
+
}
|
| 907 |
+
}
|
| 908 |
+
},
|
| 909 |
+
{
|
| 910 |
+
"@type": "cr:Field",
|
| 911 |
+
"@id": "data-poll-divergence/field_midpoint",
|
| 912 |
+
"name": "field_midpoint",
|
| 913 |
+
"dataType": "sc:Date",
|
| 914 |
+
"source": {
|
| 915 |
+
"fileObject": {
|
| 916 |
+
"@id": "data/poll-divergence.csv"
|
| 917 |
+
},
|
| 918 |
+
"extract": {
|
| 919 |
+
"column": "field_midpoint"
|
| 920 |
+
}
|
| 921 |
+
}
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"@type": "cr:Field",
|
| 925 |
+
"@id": "data-poll-divergence/days_to_first_round",
|
| 926 |
+
"name": "days_to_first_round",
|
| 927 |
+
"dataType": "sc:Integer",
|
| 928 |
+
"source": {
|
| 929 |
+
"fileObject": {
|
| 930 |
+
"@id": "data/poll-divergence.csv"
|
| 931 |
+
},
|
| 932 |
+
"extract": {
|
| 933 |
+
"column": "days_to_first_round"
|
| 934 |
+
}
|
| 935 |
+
}
|
| 936 |
+
},
|
| 937 |
+
{
|
| 938 |
+
"@type": "cr:Field",
|
| 939 |
+
"@id": "data-poll-divergence/scenario",
|
| 940 |
+
"name": "scenario",
|
| 941 |
+
"dataType": "sc:Text",
|
| 942 |
+
"source": {
|
| 943 |
+
"fileObject": {
|
| 944 |
+
"@id": "data/poll-divergence.csv"
|
| 945 |
+
},
|
| 946 |
+
"extract": {
|
| 947 |
+
"column": "scenario"
|
| 948 |
+
}
|
| 949 |
+
}
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"@type": "cr:Field",
|
| 953 |
+
"@id": "data-poll-divergence/candidate",
|
| 954 |
+
"name": "candidate",
|
| 955 |
+
"dataType": "sc:Text",
|
| 956 |
+
"source": {
|
| 957 |
+
"fileObject": {
|
| 958 |
+
"@id": "data/poll-divergence.csv"
|
| 959 |
+
},
|
| 960 |
+
"extract": {
|
| 961 |
+
"column": "candidate"
|
| 962 |
+
}
|
| 963 |
+
}
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"@type": "cr:Field",
|
| 967 |
+
"@id": "data-poll-divergence/poll_pct",
|
| 968 |
+
"name": "poll_pct",
|
| 969 |
+
"dataType": "sc:Float",
|
| 970 |
+
"source": {
|
| 971 |
+
"fileObject": {
|
| 972 |
+
"@id": "data/poll-divergence.csv"
|
| 973 |
+
},
|
| 974 |
+
"extract": {
|
| 975 |
+
"column": "poll_pct"
|
| 976 |
+
}
|
| 977 |
+
}
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"@type": "cr:Field",
|
| 981 |
+
"@id": "data-poll-divergence/polymarket_pct",
|
| 982 |
+
"name": "polymarket_pct",
|
| 983 |
+
"dataType": "sc:Float",
|
| 984 |
+
"source": {
|
| 985 |
+
"fileObject": {
|
| 986 |
+
"@id": "data/poll-divergence.csv"
|
| 987 |
+
},
|
| 988 |
+
"extract": {
|
| 989 |
+
"column": "polymarket_pct"
|
| 990 |
+
}
|
| 991 |
+
}
|
| 992 |
+
},
|
| 993 |
+
{
|
| 994 |
+
"@type": "cr:Field",
|
| 995 |
+
"@id": "data-poll-divergence/polymarket_date",
|
| 996 |
+
"name": "polymarket_date",
|
| 997 |
+
"dataType": "sc:Date",
|
| 998 |
+
"source": {
|
| 999 |
+
"fileObject": {
|
| 1000 |
+
"@id": "data/poll-divergence.csv"
|
| 1001 |
+
},
|
| 1002 |
+
"extract": {
|
| 1003 |
+
"column": "polymarket_date"
|
| 1004 |
+
}
|
| 1005 |
+
}
|
| 1006 |
+
},
|
| 1007 |
+
{
|
| 1008 |
+
"@type": "cr:Field",
|
| 1009 |
+
"@id": "data-poll-divergence/naive_gap_pp",
|
| 1010 |
+
"name": "naive_gap_pp",
|
| 1011 |
+
"dataType": "sc:Float",
|
| 1012 |
+
"source": {
|
| 1013 |
+
"fileObject": {
|
| 1014 |
+
"@id": "data/poll-divergence.csv"
|
| 1015 |
+
},
|
| 1016 |
+
"extract": {
|
| 1017 |
+
"column": "naive_gap_pp"
|
| 1018 |
+
}
|
| 1019 |
+
}
|
| 1020 |
+
},
|
| 1021 |
+
{
|
| 1022 |
+
"@type": "cr:Field",
|
| 1023 |
+
"@id": "data-poll-divergence/gap_type",
|
| 1024 |
+
"name": "gap_type",
|
| 1025 |
+
"dataType": "sc:Text",
|
| 1026 |
+
"source": {
|
| 1027 |
+
"fileObject": {
|
| 1028 |
+
"@id": "data/poll-divergence.csv"
|
| 1029 |
+
},
|
| 1030 |
+
"extract": {
|
| 1031 |
+
"column": "gap_type"
|
| 1032 |
+
}
|
| 1033 |
+
}
|
| 1034 |
+
}
|
| 1035 |
+
]
|
| 1036 |
+
},
|
| 1037 |
+
{
|
| 1038 |
+
"@type": "cr:RecordSet",
|
| 1039 |
+
"@id": "data-divergence-timeseries",
|
| 1040 |
+
"name": "data-divergence-timeseries",
|
| 1041 |
+
"field": [
|
| 1042 |
+
{
|
| 1043 |
+
"@type": "cr:Field",
|
| 1044 |
+
"@id": "data-divergence-timeseries/poll_date",
|
| 1045 |
+
"name": "poll_date",
|
| 1046 |
+
"dataType": "sc:Date",
|
| 1047 |
+
"source": {
|
| 1048 |
+
"fileObject": {
|
| 1049 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1050 |
+
},
|
| 1051 |
+
"extract": {
|
| 1052 |
+
"column": "poll_date"
|
| 1053 |
+
}
|
| 1054 |
+
}
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"@type": "cr:Field",
|
| 1058 |
+
"@id": "data-divergence-timeseries/institute",
|
| 1059 |
+
"name": "institute",
|
| 1060 |
+
"dataType": "sc:Text",
|
| 1061 |
+
"source": {
|
| 1062 |
+
"fileObject": {
|
| 1063 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1064 |
+
},
|
| 1065 |
+
"extract": {
|
| 1066 |
+
"column": "institute"
|
| 1067 |
+
}
|
| 1068 |
+
}
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"@type": "cr:Field",
|
| 1072 |
+
"@id": "data-divergence-timeseries/register_tse",
|
| 1073 |
+
"name": "register_tse",
|
| 1074 |
+
"dataType": "sc:Text",
|
| 1075 |
+
"source": {
|
| 1076 |
+
"fileObject": {
|
| 1077 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1078 |
+
},
|
| 1079 |
+
"extract": {
|
| 1080 |
+
"column": "register_tse"
|
| 1081 |
+
}
|
| 1082 |
+
}
|
| 1083 |
+
},
|
| 1084 |
+
{
|
| 1085 |
+
"@type": "cr:Field",
|
| 1086 |
+
"@id": "data-divergence-timeseries/candidate",
|
| 1087 |
+
"name": "candidate",
|
| 1088 |
+
"dataType": "sc:Text",
|
| 1089 |
+
"source": {
|
| 1090 |
+
"fileObject": {
|
| 1091 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1092 |
+
},
|
| 1093 |
+
"extract": {
|
| 1094 |
+
"column": "candidate"
|
| 1095 |
+
}
|
| 1096 |
+
}
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"@type": "cr:Field",
|
| 1100 |
+
"@id": "data-divergence-timeseries/poll_pct",
|
| 1101 |
+
"name": "poll_pct",
|
| 1102 |
+
"dataType": "sc:Float",
|
| 1103 |
+
"source": {
|
| 1104 |
+
"fileObject": {
|
| 1105 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1106 |
+
},
|
| 1107 |
+
"extract": {
|
| 1108 |
+
"column": "poll_pct"
|
| 1109 |
+
}
|
| 1110 |
+
}
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"@type": "cr:Field",
|
| 1114 |
+
"@id": "data-divergence-timeseries/polymarket_pct",
|
| 1115 |
+
"name": "polymarket_pct",
|
| 1116 |
+
"dataType": "sc:Float",
|
| 1117 |
+
"source": {
|
| 1118 |
+
"fileObject": {
|
| 1119 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1120 |
+
},
|
| 1121 |
+
"extract": {
|
| 1122 |
+
"column": "polymarket_pct"
|
| 1123 |
+
}
|
| 1124 |
+
}
|
| 1125 |
+
},
|
| 1126 |
+
{
|
| 1127 |
+
"@type": "cr:Field",
|
| 1128 |
+
"@id": "data-divergence-timeseries/polymarket_date",
|
| 1129 |
+
"name": "polymarket_date",
|
| 1130 |
+
"dataType": "sc:Date",
|
| 1131 |
+
"source": {
|
| 1132 |
+
"fileObject": {
|
| 1133 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1134 |
+
},
|
| 1135 |
+
"extract": {
|
| 1136 |
+
"column": "polymarket_date"
|
| 1137 |
+
}
|
| 1138 |
+
}
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"@type": "cr:Field",
|
| 1142 |
+
"@id": "data-divergence-timeseries/divergence_pp",
|
| 1143 |
+
"name": "divergence_pp",
|
| 1144 |
+
"dataType": "sc:Float",
|
| 1145 |
+
"source": {
|
| 1146 |
+
"fileObject": {
|
| 1147 |
+
"@id": "data/divergence-timeseries.csv"
|
| 1148 |
+
},
|
| 1149 |
+
"extract": {
|
| 1150 |
+
"column": "divergence_pp"
|
| 1151 |
+
}
|
| 1152 |
+
}
|
| 1153 |
+
}
|
| 1154 |
+
]
|
| 1155 |
+
},
|
| 1156 |
+
{
|
| 1157 |
+
"@type": "cr:RecordSet",
|
| 1158 |
+
"@id": "data-market-odds-timeseries",
|
| 1159 |
+
"name": "data-market-odds-timeseries",
|
| 1160 |
+
"field": [
|
| 1161 |
+
{
|
| 1162 |
+
"@type": "cr:Field",
|
| 1163 |
+
"@id": "data-market-odds-timeseries/date",
|
| 1164 |
+
"name": "date",
|
| 1165 |
+
"dataType": "sc:Date",
|
| 1166 |
+
"source": {
|
| 1167 |
+
"fileObject": {
|
| 1168 |
+
"@id": "data/market-odds-timeseries.csv"
|
| 1169 |
+
},
|
| 1170 |
+
"extract": {
|
| 1171 |
+
"column": "date"
|
| 1172 |
+
}
|
| 1173 |
+
}
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"@type": "cr:Field",
|
| 1177 |
+
"@id": "data-market-odds-timeseries/candidate",
|
| 1178 |
+
"name": "candidate",
|
| 1179 |
+
"dataType": "sc:Text",
|
| 1180 |
+
"source": {
|
| 1181 |
+
"fileObject": {
|
| 1182 |
+
"@id": "data/market-odds-timeseries.csv"
|
| 1183 |
+
},
|
| 1184 |
+
"extract": {
|
| 1185 |
+
"column": "candidate"
|
| 1186 |
+
}
|
| 1187 |
+
}
|
| 1188 |
+
},
|
| 1189 |
+
{
|
| 1190 |
+
"@type": "cr:Field",
|
| 1191 |
+
"@id": "data-market-odds-timeseries/party",
|
| 1192 |
+
"name": "party",
|
| 1193 |
+
"dataType": "sc:Text",
|
| 1194 |
+
"source": {
|
| 1195 |
+
"fileObject": {
|
| 1196 |
+
"@id": "data/market-odds-timeseries.csv"
|
| 1197 |
+
},
|
| 1198 |
+
"extract": {
|
| 1199 |
+
"column": "party"
|
| 1200 |
+
}
|
| 1201 |
+
}
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"@type": "cr:Field",
|
| 1205 |
+
"@id": "data-market-odds-timeseries/polymarket_pct",
|
| 1206 |
+
"name": "polymarket_pct",
|
| 1207 |
+
"dataType": "sc:Float",
|
| 1208 |
+
"source": {
|
| 1209 |
+
"fileObject": {
|
| 1210 |
+
"@id": "data/market-odds-timeseries.csv"
|
| 1211 |
+
},
|
| 1212 |
+
"extract": {
|
| 1213 |
+
"column": "polymarket_pct"
|
| 1214 |
+
}
|
| 1215 |
+
}
|
| 1216 |
+
},
|
| 1217 |
+
{
|
| 1218 |
+
"@type": "cr:Field",
|
| 1219 |
+
"@id": "data-market-odds-timeseries/volume_usd_m",
|
| 1220 |
+
"name": "volume_usd_m",
|
| 1221 |
+
"dataType": "sc:Float",
|
| 1222 |
+
"source": {
|
| 1223 |
+
"fileObject": {
|
| 1224 |
+
"@id": "data/market-odds-timeseries.csv"
|
| 1225 |
+
},
|
| 1226 |
+
"extract": {
|
| 1227 |
+
"column": "volume_usd_m"
|
| 1228 |
+
}
|
| 1229 |
+
}
|
| 1230 |
+
}
|
| 1231 |
+
]
|
| 1232 |
+
}
|
| 1233 |
+
]
|
| 1234 |
+
}
|
|
@@ -0,0 +1,453 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "brazil-2026-electoral-divergence",
|
| 3 |
+
"title": "Brazil 2026 Electoral Divergence Dataset",
|
| 4 |
+
"description": "Brazil's 2026 general election, tracked live. The bundle cross-references opinion polls formally registered with the Tribunal Superior Eleitoral against Polymarket's presidential odds and the press record, and publishes the resulting divergence series. It is the only live case in the AFOS collection: files are appended daily rather than frozen after a result. These machine-readable descriptors cover the stable tables only; the dated daily files under snapshots/, polls/ and news/ are append-only and are versioned by the commit history rather than by a descriptor that would go stale every day.",
|
| 5 |
+
"version": "1.1.0",
|
| 6 |
+
"created": "2026-07-25T00:00:00Z",
|
| 7 |
+
"homepage": "https://huggingface.co/datasets/AFOS-Analytics1/brazil-2026-electoral-divergence",
|
| 8 |
+
"keywords": [
|
| 9 |
+
"elections",
|
| 10 |
+
"prediction-markets",
|
| 11 |
+
"opinion-polls",
|
| 12 |
+
"electoral-divergence",
|
| 13 |
+
"open-data",
|
| 14 |
+
"brazil"
|
| 15 |
+
],
|
| 16 |
+
"licenses": [
|
| 17 |
+
{
|
| 18 |
+
"name": "CC-BY-4.0",
|
| 19 |
+
"title": "Creative Commons Attribution 4.0",
|
| 20 |
+
"path": "https://creativecommons.org/licenses/by/4.0/"
|
| 21 |
+
}
|
| 22 |
+
],
|
| 23 |
+
"contributors": [
|
| 24 |
+
{
|
| 25 |
+
"title": "AFOS Analytics",
|
| 26 |
+
"role": "author",
|
| 27 |
+
"path": "https://afos-analytics.com"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"sources": [
|
| 31 |
+
{
|
| 32 |
+
"title": "Opinion polls registered with the Tribunal Superior Eleitoral (TSE Open Data), original pollsters credited"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"title": "Polymarket (on-chain prediction market)"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"title": "Public news links, named outlets"
|
| 39 |
+
}
|
| 40 |
+
],
|
| 41 |
+
"resources": [
|
| 42 |
+
{
|
| 43 |
+
"name": "polls-tse-registry",
|
| 44 |
+
"type": "table",
|
| 45 |
+
"path": "polls/tse-registry.csv",
|
| 46 |
+
"scheme": "file",
|
| 47 |
+
"format": "csv",
|
| 48 |
+
"mediatype": "text/csv",
|
| 49 |
+
"encoding": "utf-8",
|
| 50 |
+
"schema": {
|
| 51 |
+
"fields": [
|
| 52 |
+
{
|
| 53 |
+
"name": "register_tse",
|
| 54 |
+
"type": "string"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"name": "registration_date",
|
| 58 |
+
"type": "date"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"name": "own_poll",
|
| 62 |
+
"type": "string"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"name": "cnpj",
|
| 66 |
+
"type": "integer"
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"name": "institute",
|
| 70 |
+
"type": "string"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"name": "institute_trade_name",
|
| 74 |
+
"type": "string"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"name": "office",
|
| 78 |
+
"type": "string"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"name": "field_start",
|
| 82 |
+
"type": "date"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "field_end",
|
| 86 |
+
"type": "date"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"name": "publication_date",
|
| 90 |
+
"type": "date"
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"name": "sample_size",
|
| 94 |
+
"type": "integer"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"name": "conre",
|
| 98 |
+
"type": "string"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"name": "statistician",
|
| 102 |
+
"type": "string"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"name": "cost_brl",
|
| 106 |
+
"type": "number"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"name": "methodology",
|
| 110 |
+
"type": "string"
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"name": "sampling_plan",
|
| 114 |
+
"type": "string"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"name": "control_system",
|
| 118 |
+
"type": "string"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"name": "municipality_data",
|
| 122 |
+
"type": "string"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"name": "uf",
|
| 126 |
+
"type": "string"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"name": "electoral_unit",
|
| 130 |
+
"type": "string"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"name": "scope",
|
| 134 |
+
"type": "string"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"name": "scope_source",
|
| 138 |
+
"type": "string"
|
| 139 |
+
}
|
| 140 |
+
]
|
| 141 |
+
},
|
| 142 |
+
"hash": "sha256:13e27c4932d0869d29fa37d147c7af4eb6606aadae7f1f875d4cba5018b09e05"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"name": "polls-national-poll-results-firstround",
|
| 146 |
+
"type": "table",
|
| 147 |
+
"path": "polls/national-poll-results-firstround.csv",
|
| 148 |
+
"scheme": "file",
|
| 149 |
+
"format": "csv",
|
| 150 |
+
"mediatype": "text/csv",
|
| 151 |
+
"encoding": "utf-8",
|
| 152 |
+
"schema": {
|
| 153 |
+
"fields": [
|
| 154 |
+
{
|
| 155 |
+
"name": "poll_id",
|
| 156 |
+
"type": "string"
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"name": "register_tse",
|
| 160 |
+
"type": "string"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"name": "institute",
|
| 164 |
+
"type": "string"
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"name": "poll_date",
|
| 168 |
+
"type": "date"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"name": "field_dates",
|
| 172 |
+
"type": "string"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"name": "sample",
|
| 176 |
+
"type": "integer"
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"name": "margin_pp",
|
| 180 |
+
"type": "number"
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"name": "method",
|
| 184 |
+
"type": "string"
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"name": "scenario",
|
| 188 |
+
"type": "string"
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"name": "candidate",
|
| 192 |
+
"type": "string"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"name": "party",
|
| 196 |
+
"type": "string"
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"name": "percent",
|
| 200 |
+
"type": "number"
|
| 201 |
+
}
|
| 202 |
+
]
|
| 203 |
+
},
|
| 204 |
+
"hash": "sha256:8e9f3cf1433e3fecb30a1c85bed1ed8c8fa2136fd2f7abe78ac5bb28347cbd11"
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"name": "polls-national-poll-results-secondround",
|
| 208 |
+
"type": "table",
|
| 209 |
+
"path": "polls/national-poll-results-secondround.csv",
|
| 210 |
+
"scheme": "file",
|
| 211 |
+
"format": "csv",
|
| 212 |
+
"mediatype": "text/csv",
|
| 213 |
+
"encoding": "utf-8",
|
| 214 |
+
"schema": {
|
| 215 |
+
"fields": [
|
| 216 |
+
{
|
| 217 |
+
"name": "poll_id",
|
| 218 |
+
"type": "string"
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"name": "register_tse",
|
| 222 |
+
"type": "string"
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"name": "institute",
|
| 226 |
+
"type": "string"
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"name": "poll_date",
|
| 230 |
+
"type": "date"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"name": "matchup",
|
| 234 |
+
"type": "string"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"name": "candidate1",
|
| 238 |
+
"type": "string"
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"name": "percent1",
|
| 242 |
+
"type": "number"
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"name": "candidate2",
|
| 246 |
+
"type": "string"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"name": "percent2",
|
| 250 |
+
"type": "number"
|
| 251 |
+
}
|
| 252 |
+
]
|
| 253 |
+
},
|
| 254 |
+
"hash": "sha256:0cbdff0241862dbcbc8781b8e705b7f0621e4df869412144127ad6212ce6371f"
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"name": "polls-sample-demographics",
|
| 258 |
+
"type": "table",
|
| 259 |
+
"path": "polls/sample-demographics.csv",
|
| 260 |
+
"scheme": "file",
|
| 261 |
+
"format": "csv",
|
| 262 |
+
"mediatype": "text/csv",
|
| 263 |
+
"encoding": "utf-8",
|
| 264 |
+
"schema": {
|
| 265 |
+
"fields": [
|
| 266 |
+
{
|
| 267 |
+
"name": "poll_id",
|
| 268 |
+
"type": "string"
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"name": "register_tse",
|
| 272 |
+
"type": "string"
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"name": "institute",
|
| 276 |
+
"type": "string"
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"name": "poll_date",
|
| 280 |
+
"type": "date"
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"name": "field_midpoint",
|
| 284 |
+
"type": "date"
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"name": "dimension",
|
| 288 |
+
"type": "string"
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"name": "category",
|
| 292 |
+
"type": "string"
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"name": "pct",
|
| 296 |
+
"type": "number"
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"name": "quota_detail_level",
|
| 300 |
+
"type": "string"
|
| 301 |
+
}
|
| 302 |
+
]
|
| 303 |
+
},
|
| 304 |
+
"hash": "sha256:d4b0cabf0fbedd99af679db522586da837b294b17767cb4ac2d44852129835fb"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"name": "data-poll-divergence",
|
| 308 |
+
"type": "table",
|
| 309 |
+
"path": "data/poll-divergence.csv",
|
| 310 |
+
"scheme": "file",
|
| 311 |
+
"format": "csv",
|
| 312 |
+
"mediatype": "text/csv",
|
| 313 |
+
"encoding": "utf-8",
|
| 314 |
+
"schema": {
|
| 315 |
+
"fields": [
|
| 316 |
+
{
|
| 317 |
+
"name": "poll_id",
|
| 318 |
+
"type": "string"
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"name": "register_tse",
|
| 322 |
+
"type": "string"
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"name": "institute",
|
| 326 |
+
"type": "string"
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"name": "poll_date",
|
| 330 |
+
"type": "date"
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"name": "field_midpoint",
|
| 334 |
+
"type": "date"
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"name": "days_to_first_round",
|
| 338 |
+
"type": "integer"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"name": "scenario",
|
| 342 |
+
"type": "string"
|
| 343 |
+
},
|
| 344 |
+
{
|
| 345 |
+
"name": "candidate",
|
| 346 |
+
"type": "string"
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"name": "poll_pct",
|
| 350 |
+
"type": "number"
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"name": "polymarket_pct",
|
| 354 |
+
"type": "number"
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"name": "polymarket_date",
|
| 358 |
+
"type": "date"
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"name": "naive_gap_pp",
|
| 362 |
+
"type": "number"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"name": "gap_type",
|
| 366 |
+
"type": "string"
|
| 367 |
+
}
|
| 368 |
+
]
|
| 369 |
+
},
|
| 370 |
+
"hash": "sha256:d9914b04597bf6dcb6d74ae5417e7fc6329b26f3eb44643e8068f6b8b780b003"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"name": "data-divergence-timeseries",
|
| 374 |
+
"type": "table",
|
| 375 |
+
"path": "data/divergence-timeseries.csv",
|
| 376 |
+
"scheme": "file",
|
| 377 |
+
"format": "csv",
|
| 378 |
+
"mediatype": "text/csv",
|
| 379 |
+
"encoding": "utf-8",
|
| 380 |
+
"schema": {
|
| 381 |
+
"fields": [
|
| 382 |
+
{
|
| 383 |
+
"name": "poll_date",
|
| 384 |
+
"type": "date"
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"name": "institute",
|
| 388 |
+
"type": "string"
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"name": "register_tse",
|
| 392 |
+
"type": "string"
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"name": "candidate",
|
| 396 |
+
"type": "string"
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"name": "poll_pct",
|
| 400 |
+
"type": "number"
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"name": "polymarket_pct",
|
| 404 |
+
"type": "number"
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"name": "polymarket_date",
|
| 408 |
+
"type": "date"
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"name": "divergence_pp",
|
| 412 |
+
"type": "number"
|
| 413 |
+
}
|
| 414 |
+
]
|
| 415 |
+
},
|
| 416 |
+
"hash": "sha256:c08439bb39947776417cb2eb7db95ed2a083bdaa576b2c16cfa2e7c7e925b2cb"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"name": "data-market-odds-timeseries",
|
| 420 |
+
"type": "table",
|
| 421 |
+
"path": "data/market-odds-timeseries.csv",
|
| 422 |
+
"scheme": "file",
|
| 423 |
+
"format": "csv",
|
| 424 |
+
"mediatype": "text/csv",
|
| 425 |
+
"encoding": "utf-8",
|
| 426 |
+
"schema": {
|
| 427 |
+
"fields": [
|
| 428 |
+
{
|
| 429 |
+
"name": "date",
|
| 430 |
+
"type": "date"
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"name": "candidate",
|
| 434 |
+
"type": "string"
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"name": "party",
|
| 438 |
+
"type": "string"
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"name": "polymarket_pct",
|
| 442 |
+
"type": "number"
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"name": "volume_usd_m",
|
| 446 |
+
"type": "number"
|
| 447 |
+
}
|
| 448 |
+
]
|
| 449 |
+
},
|
| 450 |
+
"hash": "sha256:fd531d82ff2608e304138b93cf88279715e92d180db6070192bd77834f1d1c9c"
|
| 451 |
+
}
|
| 452 |
+
]
|
| 453 |
+
}
|