Type: nodetool.data.JSONToDataframe
Namespace: nodetool.data
Description
Transforms a JSON string into a pandas DataFrame. json, dataframe, conversion
Use cases:
- Converting API responses to tabular format
- Preparing JSON data for analysis or visualization
- Structuring unstructured JSON data for further processing
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | dataframe |
Metadata
Related Nodes
Browse other nodes in the nodetool.data namespace.