Skip to content

Tag: tableau-api

count multiple value in dataframe

I have a dataframe that shows answers of a multiple choice question of 5 students: And I want to count how many times does a choice been selected. For example, the final answer should be So is there a quick way to get the solution using python? Besides, I am using the data from the dataframe for visualization…