Course Name: Intro To Tableau Basic Charting and QTC in Tableau
Course Name: Intro To Tableau Basic Charting and QTC in Tableau
Course Plan :
Day 1 Intro to Tableau
Basic charting and QTC in tableau
requirement to create a dashboard, filter and parameters in dashboard.
Sorting, Grouping and Sets in tableau
Filters and context filters. TopN and Botton N analysis
Calculations, calculated fields and table calculations
Day 2 Data Modelling, SQL Models
SQL query, INIT SQL, Parameters in SQL
Blend two or more data sources to create a single view
Mapping in tableau, how to create different maps, default geocodes
Tableau public, tableau reader and tableau server, server architecture
Day 3 - introduction to statistical data analysis and data mining
- Concepts of machine learning and its applications
- introduction to r programming and writing codes
- understand variables in r, types and its structures
- basic programming in r, data import, data visualize
- data exploration, aggregation, filtering
- data manipulation, use of data scraping
- scrape data from an e-commerce website to know pricing
- understand logical statements in R (looping)-if then else statements
- using dplyr() & tidy() library package to arrange and tidy unstructured data
- using ggplot2() library package to explore and visualize the data
- explore ggplot2() functionality and features
Day 4 - a short walk-thru to statistics in terms of data modelling
- statistical correlations in r and its inference, understand std errors in data,
residuals in regression equations, r-square while building statistical models
- understand simple and multiple regression using r - creating an equation to
derive factors affecting crime rate in society
- understand training and test data
- understand predictive output of an equation and its accuracy, tests to
validate reliability
- interpret confusion matrix
- understand supervied machine learning
- creating decision tree using cancer dataset to classify a sample into a class
of Y or N
- understand un-supervised machine learning
- create a cluster tree (hierarchical clustering) to group given food items given
their 5 nutrional values (protien, fat, carb etc.)
- Market basket analysis in retail and e-commerce - understand probability of
customer buying product x when product q is bought
- understand recommendation systems and develop a recommender model to
classify movies for target customer segment
Day 5 Databricks introduction, cluster management in data bricks, configurations in big
data for data bricks
Introduction to Big Data, Hadoop Architecture, Mapper and Reducer, What is
Apache Spark?, Spark Jobs and APIs, Spark 2.0 architecture, Using Anaconda,
Notebook, Installation and Configuration, Testing Spark Jobs using Notebook,
Overview on Spark Deployment, Standalone, Cluster, EC2, YARN, Introduction
to Apache Spark, understand to write basic spark program using python, Check the
feature functionality between the spark API’s available, Explore the API and
functions and methods available to write Spark programs, - Hands on examples of
Basic spark and advanced spark, - RDD API examples (basic word count)
Day 6 Internal workings of an RDD, Creating RDDs, Global versus local scope,
Transformations Functions, Actions Functions, Hands on Session on RDD and Spark