EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Writes the data to the output stream, prefixing the name with _
. Unlike px.display
if executing the script with Vis functions, this will still write to the output table. Debug tables are displayed in the data drawer in the Live UI. To show / hide the data drawer use cmd+d (Mac) or ctrl+d (Windows, Linux).
Name | Type | Description |
---|---|---|
out | px.DataFrame | The DataFrame to write out to the output stream. |
name | string | The output table name for the DataFrame. If not set, then will be 'output'. If the name is duplicated across all written tables, we suffix with `_1`, incrementing for every duplicate. |