do you actually need dataframe in Nim? In Python you need it to delegate data 
manipulation to C, but why you need dataframe in Nim, you can just use array of 
rows and plain `select/filter/count` lambdas.

Reply via email to