-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating crosstab #167
updating crosstab #167
Conversation
Codecov Report
@@ Coverage Diff @@
## main #167 +/- ##
==========================================
+ Coverage 98.82% 99.61% +0.79%
==========================================
Files 9 9
Lines 1020 1038 +18
==========================================
+ Hits 1008 1034 +26
+ Misses 12 4 -8
|
I deleted the empty columns from the table regardless of the aggregation functions. Although the errors occurred when the agg func is count or sum, I thought because the masks always delete the columns with zeros, we always want the columns with zeros to be deleted from the table as well. |
@mahaalbashir A couple of comments:
|
|
Added text to docstring Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com>
for more information, see https://pre-commit.ci
fixing typos Signed-off-by: Jim-smith <jim-smith@users.noreply.github.com>
Solving the problem of shape mismatch when there are two columns and the aggfunc is count or sum