create a nsfw visual novel outline
Reading
This dataset is a single-record JSON file representing a structured interactive story or visual novel project built with the Storyblocks Studio schema (version 'storyblocks-studio/v1'). The file contains just one row and 8 columns, meaning it is a configuration or project document rather than a tabular dataset in the traditional sense. The most analytically meaningful columns — acts, characters, locations, scenes, variables, and metadata — were all skipped during profiling, likely because they contain nested or complex object structures that require deeper parsing. To get real value from this file, the nested columns (especially 'scenes', 'characters', and 'acts') should be unpacked and analysed individually.
citing: row_count · column_count · columns[schemaVersion].top_value · columns[startSceneId].top_value · columns[acts].alerts · columns[scenes].alerts · columns[characters].alerts
Charts the summary said to look at first
Show data table
| value | count | share |
|---|---|---|
| storyblocks-studio/v1 | 1 | 100.0% |
Show data table
| value | count | share |
|---|---|---|
| scene-opening-beat | 1 | 100.0% |
Schema
8 columns| Alerts | ||||
|---|---|---|---|---|
| schemaVersion | categorical | 0.0% | 1 |
long_tail
imbalance
|
| metadata | unknown | 0.0% | — |
skipped
|
| characters | unknown | 0.0% | — |
skipped
|
| locations | unknown | 0.0% | — |
skipped
|
| variables | unknown | 0.0% | — |
skipped
|
| acts | unknown | 0.0% | — |
skipped
|
| scenes | unknown | 0.0% | — |
skipped
|
| startSceneId | categorical | 0.0% | 1 |
long_tail
imbalance
|
schemaVersion
categorical metadata long_tail imbalanceThis column is a schema version tag, likely a metadata marker identifying the format or origin of records in the dataset. With n=1, only a single row exists in this sample, and that row holds the constant value 'storyblocks-studio/v1' — giving cardinality of 1, entropy of 0, and top_rate of 1.0. There is no variation whatsoever; the column carries zero predictive or descriptive information. The 'long_tail' and 'imbalance' alerts are technically correct but trivially explained by the single-row sample. Treatment: Drop before modelling; constant value adds no signal, but retain if schema versioning is needed for data lineage or filtering across larger datasets.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- 1
- top_value
- storyblocks-studio/v1
- top_rate
- 1
- cardinality
- 1
- entropy
- 0
- entropy_ratio
- 0
metadata
unknown metadata skippedThis column contains a single row and was skipped by the profiler, yielding no distributional statistics. With n=1 and no uniqueness or type information available, nothing meaningful can be inferred about its content or role beyond the column name 'metadata', which suggests ancillary descriptive data. The complete absence of stats and the 'skipped' alert mean all analytical signals are missing. Treatment: Inspect raw value manually; re-profile with a larger sample before deciding whether to parse, embed, or drop.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
characters
unknown other skippedThis column contains only a single row and was skipped by the profiler, yielding no distributional statistics. With n=1 and no unique-count or value breakdown available, virtually nothing can be inferred about its content or role beyond its name ('characters'), which loosely suggests a text or categorical field. The profiler's 'skipped' alert and empty stats dict mean any further characterisation would be speculation. Treatment: Manually inspect the single value and re-profile with a larger sample before deciding on downstream handling.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
locations
unknown other skippedThis column contains only 1 row and was flagged as 'skipped' by the profiler, yielding no distributional statistics. With n=1 and no unique-count or type information available, nothing meaningful can be inferred about its content or role. The null_rate of 0.0 indicates the single value is present, but no further signal exists in the evidence. Treatment: Investigate why profiling was skipped and re-profile with a larger sample before any downstream use.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
variables
unknown other skippedThis column contains only a single row and was skipped by the profiler, yielding no distributional statistics. With n=1 and no unique-count or type information available, nothing meaningful can be inferred about its content or role. The 'skipped' alert suggests the profiler could not determine a column kind, possibly due to a complex or unsupported data type. Treatment: Manually inspect the single value to determine type and relevance before deciding whether to drop or transform.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
acts
unknown other skippedThis column contains only a single row and was flagged as 'skipped' by the profiler, yielding no distributional statistics. With n=1 and no further evidence, the column's type, domain, and role cannot be determined. No surprises can be identified beyond the near-total absence of data. Treatment: Investigate data pipeline — column was skipped by profiler with only 1 row; confirm whether this is a loading artifact before any use.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
scenes
unknown other skippedThe column 'scenes' contains only a single row with no null values, and profiling was skipped, leaving no distributional statistics available. With n=1 and no further evidence, the column's type, content, and role cannot be determined. No surprises can be flagged beyond the near-total absence of data. Treatment: Inspect raw value manually before assigning a role or applying any transformation.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- —
startSceneId
categorical foreign_key long_tail imbalanceThis column appears to be a configuration or routing field identifying the starting scene in a narrative or interactive flow system. With only 1 row in the dataset and a single unique value ('scene-opening-beat'), the column is entirely constant — cardinality of 1, entropy of 0, and top_rate of 1.0. The alerts for long_tail and imbalance are technically correct but trivially caused by the dataset containing just one record. No variance exists to leverage for modelling. Treatment: Drop or hold aside — constant value across all rows provides zero signal; revisit if dataset size increases.
- n
- 1
- nulls
- 0 (0.0%)
- unique
- 1
- top_value
- scene-opening-beat
- top_rate
- 1
- cardinality
- 1
- entropy
- 0
- entropy_ratio
- 0