data trove gdelt global events
Reading
This dataset is a single-row JSON file (gdelt_timeline.json) containing two columns — 'countries' and 'metadata' — likely representing a GDELT event timeline snapshot. With only 1 row and both columns flagged as 'unknown' kind with no computable statistics, there is effectively no statistical signal to analyse at this stage. The file may contain nested or complex JSON structures (arrays, objects) that require unpacking before any meaningful exploration can begin. The immediate priority should be inspecting the raw structure of both columns to understand what nested data they contain.
citing: row_count · column_count · columns[0].alerts · columns[1].alerts · columns[0].null_rate · columns[1].null_rate
Schema
2 columns| Alerts | ||||
|---|---|---|---|---|
| metadata | unknown | 0.0% | — |
skipped
|
| countries | unknown | 0.0% | — |
skipped
|
metadata
unknown metadata skippedThis column contains a single row and was skipped by the profiler, yielding no distributional statistics. With n=1 and kind='unknown', nothing meaningful can be inferred about its content, type, or role beyond the column name 'metadata'. The complete absence of computed stats means any downstream assessment is premature. Treatment: Inspect raw value manually before deciding whether to parse, drop, or expand into sub-fields.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
countries
unknown other skippedThis column contains only 1 row and was skipped by the profiler, yielding no distributional statistics. With n=1 and no uniqueness or value-level evidence, nothing meaningful can be inferred about its content beyond the name suggesting it holds country identifiers or labels. The combination of a single record and a 'skipped' alert means all downstream assumptions are unsupported by data. Treatment: Inspect raw value manually; re-profile with a larger sample before assigning a role or transformation.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —