|
|
|
|
|
by Notre1
3154 days ago
|
|
For data frame implementations, you can also look at Spark's Dataset/DataFrame and Graphlab Create's SFrame. The company/team behind Graphlab Create was bought by Apple and the open sourced components haven't been updated since then. Because of that, I wouldn't use it in production, but if you are just looking for functioning implementations to compare, that gives you one more. |
|
https://github.com/turi-code/SFrame/tree/master/oss_src/sfra...
For comparison, dplyr and arrow:
https://github.com/tidyverse/dplyr/tree/master/src
https://github.com/apache/arrow/tree/master/cpp/src/arrow
C++ does seem to be useful for stuff like this.