JuliaData / TypedTables.jl

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

`DictTable` documentation #92

Open ParadaCarleton opened 2 years ago

ParadaCarleton commented 2 years ago

First, it's accidentally named as FlexTable: image

Second, I think it needs some extra detail. I'm trying to figure out how to take a TypedTable and declare the first column to be the index, while also removing that column from the table itself -- I want the table to consist of only numeric values that are indexed using a Date as a key.