Directories
¶
| Path | Synopsis |
|---|---|
|
Arrow interop: DataFrame ↔ arrow.RecordBatch / arrow.Table.
|
Arrow interop: DataFrame ↔ arrow.RecordBatch / arrow.Table. |
|
Build a DataFrame from slices, then take the head, filter, and sort.
|
Build a DataFrame from slices, then take the head, filter, and sort. |
|
Coalesce + ConcatStr + IntRange - polars-style constructors.
|
Coalesce + ConcatStr + IntRange - polars-style constructors. |
|
generic
command
Typed-column variant of ./examples/coalesce_concat.
|
Typed-column variant of ./examples/coalesce_concat. |
|
Write a DataFrame to CSV and read it back.
|
Write a DataFrame to CSV and read it back. |
|
Fetch a CSV from an http(s) URL.
|
Fetch a CSV from an http(s) URL. |
|
DataFrame.Describe: summary statistics for every column.
|
DataFrame.Describe: summary statistics for every column. |
|
Column expressions used in select/with_columns.
|
Column expressions used in select/with_columns. |
|
generic
command
Typed-column variant of ./examples/expressions.
|
Typed-column variant of ./examples/expressions. |
|
FillNull, ForwardFill, BackwardFill, FillNan.
|
FillNull, ForwardFill, BackwardFill, FillNan. |
|
Group by a key column and run per-group aggregations.
|
Group by a key column and run per-group aggregations. |
|
generic
command
Typed-column variant of ./examples/groupby.
|
Typed-column variant of ./examples/groupby. |
|
Row-wise aggregates: SumHorizontal, MeanHorizontal, MinHorizontal.
|
Row-wise aggregates: SumHorizontal, MeanHorizontal, MinHorizontal. |
|
Write + read an Arrow IPC stream (cross-language binary format).
|
Write + read an Arrow IPC stream (cross-language binary format). |
|
Inner and left joins across two DataFrames.
|
Inner and left joins across two DataFrames. |
|
Parse JSON (array of objects) into a DataFrame and write it back.
|
Parse JSON (array of objects) into a DataFrame and write it back. |
|
Build and collect a lazy pipeline: filter -> groupby -> sort.
|
Build and collect a lazy pipeline: filter -> groupby -> sort. |
|
generic
command
Typed-column variant of ./examples/lazy.
|
Typed-column variant of ./examples/lazy. |
|
Parse newline-delimited JSON (one object per line) into a DataFrame.
|
Parse newline-delimited JSON (one object per line) into a DataFrame. |
|
Window functions via Expr.Over(keys...).
|
Window functions via Expr.Over(keys...). |
|
generic
command
Typed-column variant of ./examples/over_window.
|
Typed-column variant of ./examples/over_window. |
|
Write a DataFrame to Parquet and read it back.
|
Write a DataFrame to Parquet and read it back. |
|
Pivot: long → wide reshape.
|
Pivot: long → wide reshape. |
|
Attach a profiler to a lazy plan and print per-node timings.
|
Attach a profiler to a lazy plan and print per-node timings. |
|
generic
command
Typed-column variant of ./examples/profiler.
|
Typed-column variant of ./examples/profiler. |
|
Regex + string ops: Extract, ContainsRegex, SplitN. Run: go run ./examples/regex_strings
|
Regex + string ops: Extract, ContainsRegex, SplitN. Run: go run ./examples/regex_strings |
|
Rolling sum / mean / std on a single-column time series.
|
Rolling sum / mean / std on a single-column time series. |
|
generic
command
Typed-column variant of ./examples/rolling.
|
Typed-column variant of ./examples/rolling. |
|
Lazy scan with predicate + projection pushdown.
|
Lazy scan with predicate + projection pushdown. |
|
generic
command
Typed-column variant of ./examples/scan_pushdown.
|
Typed-column variant of ./examples/scan_pushdown. |
|
Shows how to drive a golars pipeline from a script file via the public script package.
|
Shows how to drive a golars pipeline from a script file via the public script package. |
|
transpiled/agg
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/branching
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/demo
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/derived
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/join
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/multisource
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/nulls
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/pipeline
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/regex
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
transpiled/rolling
command
Code generated by `golars transpile`.
|
Code generated by `golars transpile`. |
|
Register in-memory DataFrames and run SQL against them.
|
Register in-memory DataFrames and run SQL against them. |
|
Stats: skew, kurtosis, corr, cov, approx_n_unique.
|
Stats: skew, kurtosis, corr, cov, approx_n_unique. |
|
Run a pipeline through the streaming/morsel engine.
|
Run a pipeline through the streaming/morsel engine. |
|
generic
command
Typed-column variant of ./examples/streaming.
|
Typed-column variant of ./examples/streaming. |
|
TopK / BottomK / Pipe - nicer alternatives to Sort+Head.
|
TopK / BottomK / Pipe - nicer alternatives to Sort+Head. |
|
Transpose and Unpivot (melt).
|
Transpose and Unpivot (melt). |
|
Conditional expressions with when().then().otherwise().
|
Conditional expressions with when().then().otherwise(). |
|
generic
command
Typed-column variant of ./examples/when_then.
|
Typed-column variant of ./examples/when_then. |
Click to show internal directories.
Click to hide internal directories.