enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Fixed an issue with toJSON visualization after #116. #124

Closed mwu-tow closed 5 years ago

mwu-tow commented 5 years ago

Now that slice checks bounds, the toJSON shouldn't request more elements than there are available. Otherwise attempts at visualization yield errors.