I have a DF and i want to group it by column Confidence and ranges 0-30, 30-60etc. I have run groupby function and got back a groupby object.I runned the aggregations on the object want to run but the object is not callable.I want to see also head of the each table to be sure that the values are aranged. How i can fix it? enter image description here
↧