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.
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.