EXPAND ALL
  • Home

px.display

Outputs the data from the engine.

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.

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.display(df, 'http_data')

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