Commit d546056
Fix groupby aggregation to return plain DataFrame without spurious weights
Aggregated results from groupby operations should be plain DataFrames,
not MicroDataFrames, since the weights have already been applied during
aggregation. This fixes the NaN weight column issue noted in review.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 36a4066 commit d546056
2 files changed
Lines changed: 19 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
773 | 771 | | |
774 | 772 | | |
775 | 773 | | |
| |||
787 | 785 | | |
788 | 786 | | |
789 | 787 | | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | | - | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
795 | 791 | | |
796 | 792 | | |
797 | 793 | | |
| |||
850 | 846 | | |
851 | 847 | | |
852 | 848 | | |
| 849 | + | |
| 850 | + | |
853 | 851 | | |
854 | | - | |
| 852 | + | |
855 | 853 | | |
856 | | - | |
| 854 | + | |
857 | 855 | | |
858 | 856 | | |
859 | 857 | | |
| |||
871 | 869 | | |
872 | 870 | | |
873 | 871 | | |
| 872 | + | |
| 873 | + | |
874 | 874 | | |
875 | | - | |
| 875 | + | |
876 | 876 | | |
877 | | - | |
| 877 | + | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
0 commit comments