Skip to main content

13 docs tagged with "Table manipulation"

View all tags

as

Renames a column or expression with an alias.

asc

Sorts a column in ascending order.

combine

Combines multiple tables into a single table.

desc

Sorts a column in descending order.

fill_inventory_gaps

Fills gaps in inventory data by generating missing date/product combinations.

left_join

Performs a left join between two tables.

order_by

Sorts a table by one or more columns in ascending or descending order.

summarize_columns

Creates a summary table based on specified columns and optional filter expressions.

top_n

Returns the top N rows based on a specified column.

union

Combines rows from multiple tables.