Descriptive#

LazyFrame.describe([percentiles, interpolation])

Creates a summary of statistics for a LazyFrame, returning a DataFrame.

LazyFrame.explain(*[, optimized, ...])

Create a string representation of the query plan.

LazyFrame.show_graph(*[, optimized, show, ...])

Show a plot of the query plan.