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

How to filter the DataFrame? #247

Closed Nathaniel-Han closed 1 year ago

Nathaniel-Han commented 1 year ago

Hi, May I ask if there is an easy way to filter the DataFrame based on some conditions(such as col1>2) on one or even more columns?

hosseinmoein commented 1 year ago

Please see issue https://github.com/hosseinmoein/DataFrame/issues/54