Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgypv committed Feb 2, 2024
1 parent c183c7d commit 11f3063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ df.head()
df.with_columns(
cellid_30=pl.col("lla").s2.lonlat_to_cellid(level=30),
cellid_28=pl.col("lla").s2.lonlat_to_cellid(level=28),
cellid_10=pl.col("lla").s2.lonlat_to_cellid(level=5),
cellid_5=pl.col("lla").s2.lonlat_to_cellid(level=5),
).head()
```

Expand Down

0 comments on commit 11f3063

Please sign in to comment.