I have a table called clients and I want to show how many times someone registered or purchased an item based on the userid. The goal is to have a table that shows the sum of registration_complete and purchased based on userid. This is the code that I wrote. Unfortunately not all columns show up
.
jupyter notebook show all rows