C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
BSD 3-Clause "New" or "Revised" License
2.54k
stars
313
forks
source link
How to filter the DataFrame? #247
Closed
Nathaniel-Han closed 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?