Skip to content

Commit

Permalink
Deployed 4869a3c to development with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent da485d8 commit 67e1e14
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 38 deletions.
2 changes: 1 addition & 1 deletion development/_code/polars_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
us_lakes = lakes.filter(pl.col("Country") == "United States of America")

with fs.open(f"lakefs://quickstart/{tx.branch.id}/us_lakes.csv", "wb") as f:
us_lakes.write_csv(f)
us_lakes.write_csv(f) # (1)!

tx.commit(message="Add US lakes")
Loading

0 comments on commit 67e1e14

Please sign in to comment.