Skip to content

Commit

Permalink
Update file path in LaTeX example
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Jan 15, 2025
1 parent 8783cc3 commit 3469d3f
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("./_data/coffee-sales.parquet")
coffee_sales = pl.read_parquet("../examples/_data/coffee-sales.parquet")
sel_rev = cs.starts_with("revenue")
sel_prof = cs.starts_with("profit")
Expand Down

0 comments on commit 3469d3f

Please sign in to comment.