Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 7, 2024
1 parent a3aca2a commit 20f814b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ pip install polars-h3
You can use the extension as a drop-in replacement for the standard H3 functions.

```python
import polars_h3
import polars_h3 as pl_h3

>>> df = pl.DataFrame(
... {
... "lat": [37.7749],
... "long": [-122.4194],
... }
... ).with_columns(
... polars_h3.latlng_to_cell_string(
... pl_h3.latlng_to_cell_string(
... "lat",
... "long",
... 7,
Expand Down

0 comments on commit 20f814b

Please sign in to comment.