Closed sghofrany closed 1 year ago
The example is in the docs here: https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/get_data.html
Is column "AREA_ID" of same type as your index column?
One issue might be that the function signature requires:
std::vector<const char *>
you have
std::vector<char *>
Thanks, I believe it was some weird template resolution in CLion.
I'm having trouble getting a view using a vector of column names, could you please provide a few examples of how I should go about doing that? Here is what I am currently doing:
Getting an error saying