GithubHelp home page GithubHelp logo

lab-lod-expressions-dashboards's Introduction

logo_ironhack_blue 7

Lab | LOD expressions and Dashboards

In this lab you will continue working with the same Tableau workbook from the last lab (lab for 6.2). As a quick reminder, you were using abTesting.csv as well as case_study_ab_test.md files. If you need to give one more look to the case study file, you can find it in the files_for_lab/case_study_ab_test.md.

Instructions

  • In this next plot, we want to analyze the customers from group 1 (from the age groups we made from the column clnt_age). The objective is to find and filter out those participants where the account balance is less than the group average. Follow these steps:

    • Create a calculated field with LOD expression as { FIXED [clnt_age (group)] : AVG([Bal]) }.
    • Create another calculated field to store the difference between the average balance for the group and balance for the individual as { FIXED [Client Age]: AVG([Bal]) } - { FIXED [Client Id]: AVG([Bal]) }.
    • Add Client_IDs to the rows. Filter out all the clients other than group_1.
    • Add average balance for each client.
    • Arrange the data in an ascending order of balance.
    • Add the calculated field with the LOD expression.
    • Add the calculated field with the difference.
    • Add filter for the difference values to select only positive values (ie cases where the individual balance is less than the average balance for the group).
  • You have plots from the previous lab. Use those plots to create an interactive dashboard for the users

lab-lod-expressions-dashboards's People

Contributors

ironhack-edu avatar sandrabosk avatar

Watchers

 avatar  avatar

lab-lod-expressions-dashboards's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.