Skip to content

Commit

Permalink
Update penguins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick authored Jan 19, 2025
1 parent 1af8014 commit a716404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/penguins.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _(mo):
@app.cell
def _(mo, pl):
# Read the penguins dataset
df = pl.read_csv(mo.notebook_location() / "public" / "penguins.csv")
df = pl.read_csv(str(mo.notebook_location() / "public" / "penguins.csv"))
df.head()
return (df,)

Expand Down

0 comments on commit a716404

Please sign in to comment.