has2k1 / plydata

A grammar for data manipulation in Python
https://plydata.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
275 stars 11 forks source link

plydata + tidypy - grammar of data manipulation...thoughts? #11

Closed jcvall closed 4 years ago

jcvall commented 6 years ago

This package and plotnine are amazing....many thanks. Any thoughts on adding tidyr functionality to plydata. That would certainly give this package the grammar of data manipulation in one package for python in an R format. BTY...There is no pidyr....just made that up.

has2k1 commented 6 years ago

I have certainly considered it, the urge to go ahead has just not reached an overwhelming level.

jcvall commented 6 years ago

Regardless. I love plydata and plotnine. I use it quite a bit. If I keep working at it, maybe I can create a library that mirrors tidyr in the style of pydata and share it. I’m just not there yet. But I will make it a goal of mine.

has2k1 commented 6 years ago

I think this issue should stay open to show that it is a possible direction.

has2k1 commented 4 years ago

Added some key methods from tidyr and nearly all methods from the forcats package. Will be in the next release.