EXPAND ALL
  • Home

px.debug

Outputs the data from the engine as a debug table

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).

Arguments

NameTypeDescription
outpx.DataFrameThe DataFrame to write out to the output stream.
namestringThe 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.

Examples

px.debug(df, 'test_data')

This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.