JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
145 stars 25 forks source link

Table() and FlexTable() raises ERROR: UndefVarError: `n` not defined #117

Open femtotrader opened 2 months ago

femtotrader commented 2 months ago

Hello,

I wondered if we can create an empty FlexTable and add columns after... but noticed that FlexTable() raises ERROR: UndefVarError: n not defined.

This is not a very explicit message.

Kind regards