Skip to content

Commit

Permalink
correction in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ofajardo committed Apr 14, 2019
1 parent a26c37d commit b370a63
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 @@ -336,8 +336,8 @@ The error code in this case is a bit obscure:
* Data frames with special values like arrays, matrices and other data frames
are not supported.

* The max size of a numeric vector is 2**32 bytes (4GB), meaning 2**30
elements for an Integer vector or 2**29 elements for a Double Vector. If
* The max size of a numeric vector is 2 ** 32 bytes (4GB), meaning 2 ** 30
elements for an Integer vector or 2 ** 29 elements for a Double Vector. If
a vector in the dataframe is longer than this limit, a
"Unable to allocate memory" error (see [this](https://github.com/ofajardo/pyreadr/issues/3) )
will arise.
Expand Down

0 comments on commit b370a63

Please sign in to comment.