I need to mangle some tabular data (operations like column aggregation, sorting, amd group-by operations). In Python I'd use Pandas for this. Is there anything for tabular data in Nim? Obviously it doesn't need to be as comprehensive as Pandas.
- How to operate on tabular data in Nim? halloleo