steam game network steam network
Reading
This dataset appears to be a Steam game network stored as a single JSON document with three top-level fields: links, meta, and nodes. Because the file was loaded as one row with three nested object columns, the profiler could not introspect any of them and skipped each. To get useful insights, the analyst should explode or normalize the nested structures — most likely treating `nodes` as the list of games and `links` as the edges between them — and re-profile from there. Until that flattening happens, there are no column-level distributions to chart.
citing: row_count · column_count · columns · kinds · source
Schema
3 columns| Alerts | ||||
|---|---|---|---|---|
| nodes | unknown | 0.0% | — |
skipped
|
| links | unknown | 0.0% | — |
skipped
|
| meta | unknown | 0.0% | — |
skipped
|
nodes
unknown other skippedThe column 'nodes' was skipped by the profiler, with only 1 row observed and no statistics computed. Type, uniqueness, and value distribution are all unknown, so nothing substantive can be inferred about its content or role. Treatment: Re-profile with a larger sample before deciding how to handle.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
links
unknown other skippedThe column "links" was skipped by the profiler, so its semantics cannot be inferred from the evidence. Only one row was seen and uniqueness was not computed; no statistics are available to characterise the values. Treatment: Re-profile with parsing enabled before deciding whether to keep, drop, or expand this column.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
meta
unknown other skippedThis column is labelled "meta" and was skipped by the profiler, so its type and contents are unknown. Only one row was observed with no nulls, but no unique count, distribution, or sample values are available. Nothing further can be inferred from the evidence. Treatment: Inspect manually to determine type and content before deciding on use.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —