Python and Tableau: The Complete Data Analytics Bootcamp!
Python and Tableau: The Complete Data Analytics Bootcamp!, available at $94.99, has an average rating of 4.66, with 43 lectures, 4 quizzes, based on 363 reviews, and has 2741 subscribers.
You will learn about In this course you'll understand the inner workings of the data analytics pipeline from using Python for Data Cleaning & Analysis and Tableau for Data Visuals Be able to program in Python and execute code Create Interactive Charts and Dashboards on Tableau Create a portfolio of 3 real life Python/Tableau projects to apply for data analytics jobs Learn how to perform Data Analytics on Python with Pandas, Numpy, Matplotlib and Others This course is ideal for individuals who are This course is for anyone who wants to kickstart their career in Data Analytics or This course is for anyone who wants to learn more about Tableau or This course is for anyone who wants to learn more about Python It is particularly useful for This course is for anyone who wants to kickstart their career in Data Analytics or This course is for anyone who wants to learn more about Tableau or This course is for anyone who wants to learn more about Python.
Enroll now: Python and Tableau: The Complete Data Analytics Bootcamp!
Summary
Title: Python and Tableau: The Complete Data Analytics Bootcamp!
Price: $94.99
Average Rating: 4.66
Number of Lectures: 43
Number of Quizzes: 4
Number of Published Lectures: 43
Number of Published Quizzes: 4
Number of Curriculum Items: 47
Number of Published Curriculum Objects: 47
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- In this course you'll understand the inner workings of the data analytics pipeline from using Python for Data Cleaning & Analysis and Tableau for Data Visuals
- Be able to program in Python and execute code
- Create Interactive Charts and Dashboards on Tableau
- Create a portfolio of 3 real life Python/Tableau projects to apply for data analytics jobs
- Learn how to perform Data Analytics on Python with Pandas, Numpy, Matplotlib and Others
Who Should Attend
- This course is for anyone who wants to kickstart their career in Data Analytics
- This course is for anyone who wants to learn more about Tableau
- This course is for anyone who wants to learn more about Python
Target Audiences
- This course is for anyone who wants to kickstart their career in Data Analytics
- This course is for anyone who wants to learn more about Tableau
- This course is for anyone who wants to learn more about Python
Welcome to the most comprehensive Data Analytics course available on Udemy! When you become a Data Analyst, there are two things that you should be skilled at in order to be a master data analyst, Python and Tableau!
This course is a great choice for beginners looking to expand their skills in Data Analytics. You also create a solid portfolio of your work online and can link it on your resume.
At 11+ hours, this Python and Tableau course will teach you the core principles of Data Analytics at every stage in the pipeline. Even if you have no programming experience, this course will take you from beginner to professional.
Why you should take this course:
-
Our learning is going to be project-centric: we will tackle the core concepts in Python and Tableau as it comes up in the real life projects we’ll be working on.
-
You get experience in both Python and Tableau – the two powerhouses in the data analytics community
-
You also understand how you can clean/analyze data in Python and then visualize it in Tableau – an end-to-end process that many data analysts use today.
-
You get a chance to showcase your work in a portfolio online
What are the Projects you will work on?
Sales Analysis for Value Inc: We’re going to be working on a Sales Analysis for a popular retail company called Value Inc.
Here we use Python for the following to clean our data and we use popular libraries like pandas and learn how to work with dataframes, perform calculations and much more. We are then going to extract that data to Tableau where we learn how to create calculations, parameters and develop a dashboard for the sales manager.
Loan Analysis for Blue Bank: We’re also going to be working on a Loan Analysis for a bank. Using Python and Tableau, blue bank wants to see an analysis of people who have taken loans but might have issues paying back. We learn how to read JSON files, work with lists, dictionaries, Numpy and if statements. We also learn how to do exceptions, for loops and plots in Python. Once that’s done, we extract the data to Tableau and build charts, work with Tableau Calculations and create an interactive dashboard.
Sentiment and Keyword Analysis: We’re also going to be doing a sentiment and keyword analysis for Blog Me. A blogging website that would like us to analyze news headlines and extract a sentiment from these articles. Here, we use a Natural Language Processing Library called Vader, that can extract sentiment on Python. We also learn about functions and classes on Python. Once we extract the data to Tableau, we learn how to perform Tableau Joins, work with sets and context filtering and finally create an interactive dashboard.
In this course you will learn the following:
Python:
-
Install and Set Up Anaconda
-
Learn about python variables and data types
-
Learn about strings, integers
-
Using lists, tuples and dictionaries
-
Creating functions
-
Using if statements and for/while loops
-
Creating exception handling
-
Using the exponent function
-
Working with comments
-
Reading and writing files
-
Scripting classes and objects
-
Sentiment Analysis
Tableau:
-
Connecting to a data source
-
Understanding tableau joins and unions
-
Rename a data field
-
Assign an alias to a data value
-
Assign a geographic role to a data field
-
Change data type for a data field
-
Change default aggregation properties
-
Bar Chart
-
Line Chart
-
Map
-
Dual Axis
-
Create a set
-
Add a filter
-
Manual and computed sorts
-
Reference lines
-
Table calculations
-
Bins and Histograms
-
Calculated fields
-
Parameters
-
Create a dashboard
-
Add dashboard actions
-
Download dashboards
By the time you complete this course, you’ll be a highly proficient Python and Tableau user. You will be using your skills as a data analyst to extract knowledge from data so you can analyze and visualize data with ease.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction to the Course: Why we're learning Python and Tableau
Lecture 2: Python and Tableau: A Brief Overview
Lecture 3: Lecture 3: Python for Data Analysis
Lecture 4: Why Data Visualization is Important
Lecture 5: How to Install Python on Windows
Lecture 6: How to Install Python on Mac
Lecture 7: How to Install Tableau Public – Windows and Mac
Lecture 8: How the Course is Structured
Chapter 2: Introduction to Python
Lecture 1: Introduction to Spyder
Lecture 2: Playing around with Python
Chapter 3: Python – Project 1: Value Inc. Sales Analysis
Lecture 1: Python Project 1 – Value Inc – Project Introduction and Working with Pandas
Lecture 2: Python – Project 1 – Value Inc – What happens when we close Spyder?
Lecture 3: Python Project 1 – Value Inc – Working with Calculations on Python
Lecture 4: Python Project 1 – Value Inc – Concatenating Variables and Working with iloc
Lecture 5: Python Project 1 – Value Inc – Using functions in Python like Split, Replace
Lecture 6: Python Project 1 – Value Inc – Running our Final Script
Chapter 4: Python Project 2 – Blue Bank Loan Analysis
Lecture 1: Python Project 2 – Blue Bank – Working with Blue Bank's JSON data
Lecture 2: Python Project 2 – Blue Bank – Working with Arrays
Lecture 3: Python Project 2 – Blue Bank – If Statements and For Loops
Lecture 4: Python Project 2 – Blue Bank – Using Exceptions and Plots
Lecture 5: Python Project 2 – Blue Bank – Running our Final Script
Chapter 5: Python Project 3 – BlogMe Sentiment Analysis
Lecture 1: Python Project 3 – BlogMe – Group By and Aggregates
Lecture 2: Python Project 3 – Blog Me – Functions on Python
Lecture 3: Python Project 3 – Blog Me – Classes in Python
Lecture 4: Python Project 3 – Blog Me – Sentiment Analysis on Python
Chapter 6: Tableau – Project 1 – Value Inc
Lecture 1: Tableau Project 1 – Value Inc – Introduction to Tableau Public
Lecture 2: Tableau Project 1 – Value Inc – Reviewing what we will be building
Lecture 3: Tableau Project 1 – Value Inc – Connecting to a Data Source
Lecture 4: Tableau Project 1 – Value Inc – Creating a Line Chart
Lecture 5: Tableau Project 1 – Value Inc – Creating Bar Charts
Lecture 6: Tableau Project 1 – Value Inc – Creating Maps and Headline Cards
Lecture 7: Tableau Project 1 – Value Inc – Creating Dashboards and Publishing
Lecture 8: Introduction to Tableau Server
Chapter 7: Tableau Project 2 – Blue Bank
Lecture 1: Tableau Project 2 – Blue Bank – Reviewing what we will be building
Lecture 2: Tableau Project 2 – Blue Bank – Connecting to the Data
Lecture 3: Tableau Project 2 – Blue Bank – Building Charts Part 1
Lecture 4: Tableau Project 2 – Blue Bank – Building Charts Part 2
Lecture 5: Tableau Project 2 – Blue Bank – Building and Publishing Dashboard
Chapter 8: Tableau Project 3 – BlogMe Sentiment Analysis
Lecture 1: Tableau Project 3 – BlogMe – Reviewing what we will be building
Lecture 2: Tableau Project 3 – Blog Me – Connecting to the Data
Lecture 3: Tableau Project 3 – BlogMe – Building Charts Part 1
Lecture 4: Tableau Project 3 – BlogMe – Building Charts Part 2
Lecture 5: Tableau Project 3 – BlogMe – Building and Publishing the Dashboard
Instructors
-
Dee Naidoo
Data Engineer, Tableau Enthusiast, Data Analyst, Python Dev
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 4 votes
- 3 stars: 27 votes
- 4 stars: 113 votes
- 5 stars: 213 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024