rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.16k stars 93 forks source link

How to set_index with two columns? #55

Open sunhailin-Leo opened 3 years ago

sunhailin-Leo commented 3 years ago
pjebs commented 3 years ago

There is no support of indexing. If you want to implement it, you will need to create the index externally (but it will then double the memory usage for the columns you want to index).

Then everytime you attempt to insert into the dataframe, you check with your external index.

pjebs commented 2 years ago

https://github.com/blugelabs/bluge