hosseinmoein / DataFrame

C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
https://hosseinmoein.github.io/DataFrame/
BSD 3-Clause "New" or "Revised" License
2.41k stars 306 forks source link

I hope to support some string operations eg: #226

Closed 1138886114 closed 1 year ago

1138886114 commented 1 year ago

df.str.extract & df.loc[df.str.contains(regex)]

hosseinmoein commented 1 year ago

I will put it on my todo list. Thanks for commenting