EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Writes the data to the output stream. Disabled if executing using Vis functions. If you want to still see data when using vis fucntions, use px.debug
.
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. |