Closed samukweku closed 3 months ago
🚀 Deployed on https://deploy-preview-1383--pyjanitor.netlify.app
Attention: Patch coverage is 98.75000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 89.76%. Comparing base (
62c57c6
) to head (eee05b3
). Report is 34 commits behind head on dev.
PR Description
Please describe the changes proposed in the pull request:
cartesian_product
function, as a saner alternative toexpand_grid
expand
method, similar to tidyr'sexpand
functioncomplete
based onexpand
methodshould also resolve this discussion here
performance YMMV (compared to pd.merge) :
This PR resolves #1293 .