Question

In: Computer Science

TABLEAU QUESTIONS! Create a calculated field Age that derives the age (as of the time of...

TABLEAU QUESTIONS!

  • Create a calculated field Age that derives the age (as of the time of the trip) of the rider

    using their birth year. If the birth year is not available (i.e. NULL), Age should be NULL.

  • Create a viz in a worksheet named “Number of Trips by Age” that shows the number of

    trips for riders of every age. Use any appropriate chart type for this viz. In this viz,

    exclude any data for unknown (NULL) ages. (Recommendation: use column chart)

  • Categorize the age of the rider into 4-6 categories using a calculated field named Age

    Category. One of the categories should be comprised of all unknown ages.

  • Create a viz in a worksheet named “Average Trip Duration by Age Category” that shows

    the average trip duration for every one of your age categories. You can use any

    appropriate chart type for this viz. (Recommendation: use bar chart)

  • Parameterize one of the limits of your age categories. Make sure that your parameter is

    of the appropriate data type (Integer) and the range of its value is set appropriately. Create a new calculated field named Age Category 2 that implements the parameterized categorization.

  • Create a viz in a worksheet named “Interactive Number of Trips by Age Category” that shows the number of trips for all of your age categories and shows the parameter control, so the viewer can change it. Use any appropriate chart type for this viz. (Recommendation: use bar chart or pie chart)

Solutions

Expert Solution

I cannot see your dataset, or a sample of your data, so I'm gonna help you with the max I can do with the question.

Step1: Go to Tableau and click on New from the Tableau menu.

Step2: This will redirect you to a new workbook, where you can connect your book to an external data source like a Excel sheet/CSV file.

Step3: Click on Connect to Data and choose the type of data source, and select it from your file explorer.

Step4: Your data should have primitive field's like the rider's name, his DOB etc.

Step5: To create the Calculated field, go to the Analysis tab of the menu and select Create Calculated Field. Enter a name for the calculated field. In this example, the field is called Age.

Step6: Enter a formula to this field. For example here, for the Age, enter:

  1. IF DATEADD('year', DATEDIFF('year', [Birthday], TODAY()), [Birthday])> TODAY() THEN
  2.     DATEDIFF('year', [Birthday], TODAY())-1
  3. ELSE
  4.     DATEDIFF('year', [Birthday], TODAY())
  5. END

Step7: When finished, click OK. The new calculated field is added to Measures in the Data pane because it returns a number. (All calculated fields have = signs next to them in the Data pane.

Step8: Now it's time for the visualization. Drag the calculated field 'Age' to the columns bar on the top, and the field which has the number of trips in the rows bar. Select the Bar/Column chart option in the right side panel consisting of the variety of the viz.


Related Solutions

Please create an Excel file with the calculated answers to the questions to the Excel homework...
Please create an Excel file with the calculated answers to the questions to the Excel homework for this week. The questions are listed in the attached PDF file.   Please also go over the Excel file attached to this assignment in order to familiarize yourself with the different ways Excel can be used to solve Time Value of Money problems when multiple cash flows are involved. There are three worksheets in the Excel file. This Excel file with examples is just...
In regards to tableau what is nested sorting useful for? sorting on a single field appearing...
In regards to tableau what is nested sorting useful for? sorting on a single field appearing in the last column sorting alphabetically on a field with long text sorting data using values in more than one field sorting both alphabetically and numerically on the same field
Considering the following time series data: (Tableau) Determine the least squares trend equation. Use a linear...
Considering the following time series data: (Tableau) Determine the least squares trend equation. Use a linear equation and any other non- linear equation. Provide R-squared for both cases. Estimate the price of gold (ounce) for 2020. Does this seem like a reasonable estimate based on historical data? What is the quality of the forecast? Also, Provide Mean Absolute Error (MAE), and the Mean Absolute Percentage Error (MAPE). Year Price of Gold (ounce) 2005 $513.00 2006 $635.70 2007 $836.50 2008 $869.75...
Considering the following time series data: (Tableau) Determine the least squares trend equation. Use a linear...
Considering the following time series data: (Tableau) Determine the least squares trend equation. Use a linear equation and any other non- linear equation. Provide R-squared for both cases. Estimate the price of gold (ounce) for 2020. Does this seem like a reasonable estimate based on historical data? What is the quality of the forecast? Also, Provide Mean Absolute Error (MAE), and the Mean Absolute Percentage Error (MAPE). Year Price of Gold (ounce) 2005 $513.00 2006 $635.70 2007 $836.50 2008 $869.75...
(10) Considering the following time series data: (Tableau) A. Determine the least squares trend equation. Use...
(10) Considering the following time series data: (Tableau) A. Determine the least squares trend equation. Use a linear equation and any other nonlinear equation. Provide R-squared for both cases. B. Estimate the price of gold (ounce) for 2020. Does this seem like a reasonable estimate based on historical data? C. What is the quality of the forecast? Also, Provide Mean Absolute Error (MAE), and the Mean Absolute Percentage Error (MAPE). Price of Gold (ounce) 2005 $513.00 2006 $635.70 2007 $836.50...
Create a diagram of a current-carrying wire in a magnetic field. Draw the field lines and...
Create a diagram of a current-carrying wire in a magnetic field. Draw the field lines and explain how the direction of force acting on the wire is determined. #- Create a sketch of the experiment Michael Faraday performed, label all the parts, and write a brief explanation of how motion is created. thank you
Describe how the retention time of a peak is calculated if dichloromethane is injected with the...
Describe how the retention time of a peak is calculated if dichloromethane is injected with the sample
The age-old debate in the field of addiction is whether or not addiction is a disease...
The age-old debate in the field of addiction is whether or not addiction is a disease or just merely a rational choice, a moral and personality weakness or bad habit. The biopsychosocial model of addiction attempts to resolve this debate by taking a holistic approach to addiction and treatment. Strength-based perspectives and harm reduction are also considered important, client-centered approaches to addiction today. The biopsychosocial model, strengths approach, and harm reduction are three key themes of the eText and this...
1. What properties can be calculated knowing the intensity of light and constants? ☐ Magnetic Field...
1. What properties can be calculated knowing the intensity of light and constants? ☐ Magnetic Field      ☐ Electric Field       ☐ Energy Density       ☐ All of these 2. Why does light create radiation pressure? ☐ Conservation of momentum ☐ From the increase in temperature from absorbing light             ☐The electric field of the light increases the speed of matter      ☐ The magnetic field of light exerts a force on the electrons 3. How much does the intensity of unpolarized light decrease from...
The distance a vehicle travels can be calculated as follows: Distance = Speed * Time For...
The distance a vehicle travels can be calculated as follows: Distance = Speed * Time For example, if a train travels 40 miles-per-hour for three hours, the distance traveled is 120 miles. Write a program that asks for the speed of a vehicle (in miles-per-hour) and the number of hours it has traveled. Both values are assumed to be integers. It should use a loop to display the distance a vehicle has traveled for each hour of a time period...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT