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.53k stars 314 forks source link

Master branch doesn't compile #316

Closed federicomartinlara1976 closed 3 months ago

federicomartinlara1976 commented 4 months ago

The project from master brach doesn't compile. Frequently throws the error:

DataFrame_sort.tcc:75:43: error: ‘zip’ is not a member of ‘std::ranges::views’

This project must be revised.

hosseinmoein commented 4 months ago

DataFrame needs c++23. Your compiler is not c++23 compliant.