Hacker News new | ask | show | jobs
by Hasnep 1260 days ago
An alternative I found recently is RedFrames [1] which wraps Pandas dataframes in a more consistent interface. That might be a better alternative if you need easy compatibility with Pandas.

[1] https://github.com/maxhumber/redframes

3 comments

Though that does look slick, the project is only ~5 months old. Which is a bit young for me to jump aboard.
Seems RedFrames is similar to pyjanitor, which is maturer if only comparing existence time: https://github.com/pyjanitor-devs/pyjanitor
Oh that looks interesting