COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • PxL
      • DataFrame
        • DataFrame.__getitem__
        • DataFrame.agg
        • DataFrame.append
        • DataFrame.ctx.__getitem__
        • DataFrame.DataFrame
        • DataFrame.drop
        • DataFrame.filter
        • DataFrame.groupby
        • DataFrame.head
        • DataFrame.map
        • DataFrame.merge
        • DataFrame.rolling
        • DataFrame.stream
        • px.debug
        • px.display
        • px.export

DataFrame

The methods you can apply to DataFrames

FunctionDescription
DataFrame.DataFrameSets up a DataFrame object from the specified table.
DataFrame.__getitem__Keeps only the specified columns.
DataFrame.aggAggregates the data based on the expressions.
DataFrame.appendUnions the passed in dataframes with this DataFrame.
DataFrame.ctx.__getitem__Creates the specified metadata as a column.
DataFrame.dropDrops the specified columns from the DataFrame.
DataFrame.filterReturns a DataFrame with only those rows that match the condition.
DataFrame.groupbyGroups the data in preparation for an aggregate.
DataFrame.headReturn the first n rows.
DataFrame.mapSets up the runtime expression and assigns the result to the specified column.
DataFrame.mergeMerges the input DataFrame with this one using a database-style join.
DataFrame.rollingGroups the data by rolling windows.
DataFrame.streamExecute this DataFrame in streaming mode.
px.debugOutputs the data from the engine as a debug table
px.displayOutputs the data from the engine.
px.exportSends a DataFrame from Pixie to the specified output.
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.