enso-org / dataframes

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

Building Table from columns varying in length #73

Closed mwu-tow closed 6 years ago

mwu-tow commented 6 years ago

Previously passing such columns would create broken Table that could cause serious issues on attempted usage. With this change columns will be padded with nulls, so they all have the same length. Fixes #62.