Great work on reticulate. It's the future. I'm trying to work with the Python datatable package in Rstudio. https://github.com/h2oai/datatable Right now it's just ...
This is a Python package for manipulating 2-dimensional tabular data structures (aka data frames). It is close in spirit to pandas or SFrame; however we put specific emphasis on speed and big data ...
The datatable library offers a faster alternative to pandas for exploratory data analysis with large datasets. Datatable has advantages such as support for null values and efficient algorithms for ...