Daru: Pandas for Ruby

1 · Andrew Kane · Sept. 18, 2019, 8:17 p.m.
Summary
Photo by Bruce Hong NumPy and Pandas are two extremely popular libraries for machine learning in Python. Last post, we looked at Numo, a Ruby library similar to NumPy. As luck would have it, there’s a library similar to Pandas as well. It’s called Daru, and it’s the focus of this post. Overview Daru is a data analysis library. Its core data structure is the data frame, which is similar to an in-memory database table. Data frames have rows and columns, and each column has a specific data typ...