Skip to content

Commit

Permalink
Update LaTeX coffee sales example
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Jan 16, 2025
1 parent 961194c commit a61025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/a-latex_examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ import polars as pl
import polars.selectors as cs
from great_tables import GT, loc, style
coffee_sales = pl.read_parquet("../examples/_data/coffee-sales.parquet")
coffee_sales = pl.read_ndjson("../examples/_data/coffee-sales.ndjson")
sel_rev = cs.starts_with("revenue")
sel_prof = cs.starts_with("profit")
Expand Down

0 comments on commit a61025c

Please sign in to comment.