Hello dear community! I need to write (my first) python script, which should download many views from one tableau dashboard and then save it in one excel-file. I have a problem with the connection to the tableau server with tableau-api-lib. I found this code and have a question: What means site_name and site_url? Is it the url of dashboard? If
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 in Tableau.