Summary confidence: low
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