Releases: evanwporter/Sloth
Releases · evanwporter/Sloth
v1.0.0-beta.1
This is a full-feature pre-release.
Sloth dataframe is intended to be a faster, leaner version of Pandas. Now does this work you might ask. Well let me tell you. It works by being almost entirely implemented in cython. Sloth aims to be a thin wrapper of 1 or 2 dimensional numpy array.
A small amount of the features in pd.DataFrame have been implemented in Sloth. These include integer and label indexing (iloc
and loc
), resampling, and rolling window calculations. For a full list of capabilities please visit the [documentation].(http://evanwporter.github.io/Sloth)
A tiny amount of testing is still needed, but for the most part everything should work.