Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Feb 21, 2025
1 parent a4c0113 commit e00c718
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 @@ -45,7 +45,7 @@ import earthkit.data as ekd

data = ekd.from_source("sample", "test.grib")
arr = data.to_numpy()
df = data[0].to_pandas()
df = data.to_pandas()
dataset = data.to_xarray()
```

Expand Down

0 comments on commit e00c718

Please sign in to comment.