from loadfile import load

orders = load("data/orders.parquet", columns=["order_id", "amount"])
print(orders.head())