Skip to content

Commit

Permalink
Fix typo (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: David Brochart <[email protected]>
  • Loading branch information
davidbrochart authored Mar 18, 2024
1 parent dfa21c5 commit 84dd29c
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 @@ -71,7 +71,7 @@ That's it!
## Why does this work?

Underneath Xarray, Dask, and Pandas, there are NumPy arrays. These are paged in
chucks and represented contiguously in memory. It is only a matter of metadata
chuncks and represented contiguously in memory. It is only a matter of metadata
that breaks them up into ndarrays. `to_dataframe()`
just changes this metadata (via a `ravel()`/`reshape()`), back into a column
amenable to a DataFrame.
Expand Down

0 comments on commit 84dd29c

Please sign in to comment.