Type: nodetool.data.FromList
Namespace: nodetool.data
Description
Convert list of dicts to dataframe. list, dataframe, convert
Use cases:
- Transform list data into structured dataframe
- Prepare list data for analysis or visualization
- Convert API responses to dataframe format
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[any] |
List of values to be converted, each value will be a row. | [] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | dataframe |
Metadata
Related Nodes
Browse other nodes in the nodetool.data namespace.