enso-org / dataframes

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

`columnAt` should work where `at` works #143

Open sylwiabr opened 5 years ago

sylwiabr commented 5 years ago

As a user I suppose that there is no difference between using table.at name and table.columnAt index since both of them return Column. The non-working example is each: table.each (x: x.columnAt 0) returns error:

Zrzut ekranu 2019-04-17 o 10 53 46