Questions tagged [tableau]
68 questions
13
votes
3 answers
What do Python's pandas/matplotlib/seaborn bring to the table that Tableau does not?
I spent the past year learning Python. As a person who thought coding was impossible to learn for those outside of the CS/IT sphere, I was obviously gobsmacked by the power of a few lines of Python code!
Having arrived at an intermediate level…
Uralan
- 143
- 1
- 8
5
votes
4 answers
Where can I find resources and papers regarding Data Science in the area of Public Health
I'm quite new to Data Science, but I would like to do a project to learn more about it.
My subject will be Data Understanding in Public Health.
So I want to do some introductory research to public health.
I would like to visualize some data with the…
Claus Machholdt
- 153
- 3
4
votes
4 answers
How to visualise multidimensional categorical data with additional time dimension
I am trying to visualize a dataset that registers the career of people in an organisation and their backgrounds before starting in that particular organisation. I 'd like to show how individuals are positioned in the space based on their background…
Yannis P.
- 141
- 4
4
votes
2 answers
List of used aliases in Tableau
I often get the problem when this or that alias name is already used somewhere, and I can't easily find that variable or aggregation to release the name.
Is there some place in Tableau where I can view/edit/reset full list of aliases?
IgorS
- 5,444
- 11
- 31
- 43
4
votes
2 answers
What are the differences between multivariate data visualizations and multidimensional visualizations?
I believe this should be the correct place for this topic since it did not seem to fit naturally on the math Stack Exchange.
I am writing an essay about data visualization, but am having trouble nailing down some terminology. I used data from the…
Wesley Duckett
- 41
- 1
- 4
3
votes
2 answers
When Should I Use ggplot2 Instead of Tableau?
I am a student getting started with Tableau for the first time. My proficiency with ggplot2 is intermediate. I can create custom versions of the most popular kinds of charts in ggplot2 but nothing too fancy (and not very time-efficiently).
I am…
SKOR2
- 33
- 1
- 3
3
votes
2 answers
Use Pivoted / Filtered Data as the basis for a Report?
I have a worksheet in Tableau that is organized into rows and columns and filtered on an aggregate calculation just the way I want it. I'd like to make a report based on this workbook's results but I need it to show more fields than those in my…
Missy Aprea
- 31
- 2
2
votes
0 answers
Tableau - Take row-wise data and pivot it to have an output table based on separate table of product hierarchies
I have sales data with a unique customer ID on each row and their corresponding sales by Product on columns. I have a separate table for product hierarchy, which has a mapping of all products (column names) and the corresponding product hierarchy. I…
2
votes
1 answer
Tableau can be used as a big datastore as well?
Company wants to use Tableau solution for visual reporting. The inputs are various files. The plan is to use latest SQL Server as database and server.
Q. Does Tableau has their own database ? Can perform own reporting without SQL Server?
Rachayita
- 23
- 4
2
votes
1 answer
Change raw count to a proportion based on a filter in Tableau
In Tableau, I commonly want to carry out a task like distinguishing 2 groups by various measures.
The example below shows the difference in the count of 2 treatment and control for variable levels of a factor (measure):
This view is misleading…
Hack-R
- 1,919
- 1
- 21
- 34
2
votes
1 answer
Data type detection in Tableau
When you connect a data source, Tableau automatically infers the type of each column of your data. Whether it's Number (decimal), Number (whole), String, Boolean, etc. A few questions about this:
1) Has Tableau ever misclassified one (or more)…
Rohan Kadakia
- 147
- 5
2
votes
2 answers
Breaking down a column in Pandas into a separate CSV for display in Tableau
My data is coming from a CSV, which should be visualized in Tableau.
However, the data contains the column category_list, which consists of values separated by a vertical bar (|).
Since Tableau can't handle arrays inside of attributes, I used Python…
Peter Gerhat
- 173
- 3
- 9
2
votes
1 answer
Tableau year-to-year change in grand total
New to Tableau and having some problems with a calculation I thought would be easy.
I have data with one value per month running across a few years. I would simply like to display a table with the change from month to month in percent and the change…
Niclas
- 121
- 2
2
votes
1 answer
Organizing data sources when working with multiple tables from one database
I'm working with a workbook that has a dozen or so dashboards, each showing information stored in a different table in a MS SQL Server database. The information is pre-summarized, Tableau is just displaying it to the end user.
The way this was…
Joe
- 173
- 6
1
vote
1 answer
Three data sets in one plot in Tableau
The goal is to plot three data sets in one plot: (DATE1_GOOD, DATE1_BAD); (DATE2_GOOD, DATE2_BAD); (DATE3_GOOD, DATE3_BAD). Unfortunately, I'm getting all possible combinations:
So now the task is to combine the three diagonal plots into one and…
stolikp
- 11
- 2