Eric Ma
Eric Ma
@tacaswell nice to know you're working with the grave project! I am curious, though how did the name get chosen? It possess quite a bit of, err, gravity. :smile: One...
🚀 Deployed on https://deploy-preview-1170--pyjanitor.netlify.app
LGTM! I'm going to merge.
🚀 Deployed on https://deploy-preview-1165--pyjanitor.netlify.app
@thatlittleboy would you like to do the honors here? a -0.01% decrease in coverage is marginal, we can handle it :smile:
@Zeroto521 I just realized this PR might overlap with your other PR #1143. I'll just use the PR to test some syntax things needed to make Python >=3.8 work. After...
🚀 Deployed on https://deploy-preview-1157--pyjanitor.netlify.app
Good question, @Zeroto521. Type annotations in Python 3.9 are more flexible, i.e. we can use built-in `tuple` or `list` as types like this: ```python def func(df, arg1: tuple[int]): pass ```...
When all tests pass, I will hit the merge button :smile:.
I am going to do a few more commits to address @andrewgiessel's remaining comments.