Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lua library for data analysis (data frames)

Is there any Lua implementation of data frames - structures for data analysis which? Something like Python pandas. I want to do some statistical operations using LuaJIT.

like image 882
Robert Zaremba Avatar asked Apr 29 '26 11:04

Robert Zaremba


2 Answers

Yes, there is now. Check out torch-dataframe that I and Alex are developing. Our main priority is reliability that we check with a rich test suite. Performance comes second although we try to avoid performance hogs within the limits of Lua.

The package is currently far from the pandas sophistication, but feel free to contribute with any methods you feel lacking.

like image 169
Max Gordon Avatar answered May 02 '26 13:05

Max Gordon


You may want to look at Torch7 that provides N-dimensional arrays with support for various statistical and mathematical operations and is based on LuaJIT.

like image 45
Paul Kulchenko Avatar answered May 02 '26 13:05

Paul Kulchenko



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!