Skip to main content
Tallo logoTallo logo

Courses

Discover thousands of courses from top institutions and platforms worldwide

68,565 Courses Found

Sort by:
  • Newest First
  • Highest Rated
  • Most Reviewed
  • A to Z
  • Z to A
  • Price: Low to High
  • Price: High to Low
  • Duration: Short to Long
  • Duration: Long to Short
The Data Analyst Course: Complete Data Analyst Bootcamp course thumbnail

Udemy

Certificate

The Data Analyst Course: Complete Data Analyst Bootcamp

Data Analysis
Data Visualization
pandas

Complete Data Analyst Training: Python, NumPy, Pandas, Data Collection, Preprocessing, Data Types, Data Visualization What you'll learn: The course provides the complete preparation you need to become a data analystFill up your resume with in-demand data skills: Python programming, NumPy, pandas, data preparation - data collection, data cleaning, data preprocessing, data visualization; data analysis, data analyticsAcquire a big picture understanding of the data analyst roleLearn beginner and advanced PythonStudy mathematics for PythonWe will teach you NumPy and pandas, basics and advancedBe able to work with text filesUnderstand different data types and their memory usageLearn how to obtain interesting, real-time information from an API with a simple scriptClean data with pandas Series and DataFramesComplete a data cleaning exercise on absenteeism rateExpand your knowledge of NumPy – statistics and preprocessingGo through a complete loan data case study and apply your NumPy skillsMaster data visualizationLearn how to create pie, bar, line, area, histogram, scatter, regression, and combo chartsEngage with coding exercises that will prepare you for the jobPractice with real-world dataSolve a final capstone project The problemMost data analyst, data science, and coding courses miss a critical practical step. They don’t teach you how to work with raw data, how to clean, and preprocess it. This creates a sizeable gap between the skills you need on the job and the abilities you have acquired in training. Truth be told, real-world data is messy, so you need to know how to overcome this obstacle to become an independent data professional.The bootcamps we have seen online and even live classes neglect this aspect and show you how to work with ‘clean’ data. But this isn’t doing you a favour. In reality, it will set you back both when you are applying for jobs, and when you’re on the job.The solutionOur goal is to provide you with complete preparation. And this course will turn you into a job-ready data analyst. To take you there, we will cover the following fundamental topics extensively.Theory about the field of data analyticsBasic PythonAdvanced PythonNumPyPandasWorking with text filesData collectionData cleaningData preprocessingData visualizationFinal practical exampleEach of these subjects builds on the previous ones. And this is precisely what makes our curriculum so valuable. Everything is shown in the right order and we guarantee that you are not going to get lost along the way, as we have provided all necessary steps in video (not a single one skipped). In other words, we are not going to teach you how to analyse data before you know how to gather and clean it.So, to prepare you for the entry-level job that leads to a data science position - data analyst - we created The Data Analyst Course.This is a rather unique training program because it teaches the fundamentals you need on the job. A frequently neglected aspect of vital importance.Moreover, our focus is to teach topics that flow smoothly and complement each other. The course provides complete preparation for someone who wants to become a data analyst at a fraction of the cost of traditional programs (not to mention the amount of time you will save). We believe that this resource will significantly boost your chances of landing a job, as it will prepare you for practical tasks and concepts that are frequently included in interviews.The topics we will cover1. Theory about the field of data analytics2. Basic Python3. Advanced Python4. NumPy5. Pandas6. Working with text files7. Data collection8. Data cleaning9. Data preprocessing10. Data visualization11. Final practical example 1. Theory about the field of data analyticsHere we will focus on the big picture. But don’t imagine long boring pages with terms you’ll have to check up in a dictionary every minute. Instead, this is where we want to define who a data analyst is, what they do, and how they create value for an organization.Why learn it?You need a general understanding to appreciate how every part of the course fits in with the rest of the content. As they say, if you know where you are going, chances are that you will eventually get there. And since data analyst and other data jobs are relatively new and constantly evolving, we want to provide you with a good grasp of the data analyst role specifically. Then, in the following chapters, we will teach you the actual tools you need to become a data analyst.2. Basic PythonThis course is centred around Python. So, we’ll start from the very basics. Don’t be afraid if you do not have prior programming experience.Why learn it?You need to learn a programming language to take full advantage of the data-rich world we live in. Unless you are equipped with such a skill, you will always be dependent on other people’s ability to extract and manipulate data, and you want to be independent while doing analysis, right? Also, you don’t necessarily need to learn many programming languages at once. It is enough to be very skilled at just one, and we’ve naturally chosen Python which has established itself as the number one language for data analysis and data science (thanks to its rich libraries and versatility).3. Advanced PythonWe will introduce advanced Python topics such as working with text data and using tools such as list comprehensions and anonymous functions.Why learn it?These lessons will turn you into a proficient Python user who is independent on the job. You will be able to use Python’s core strengths to your advantage. So, here it is not just about the topics, it is also about the depth in which we explore the most relevant Python tools.4. NumPyNumPy is Python’s fundamental package for scientific computing. It has established itself as the go-to tool when you need to compute mathematical and statical operations.Why learn it?A large portion of a data analyst’s work is dedicated to preprocessing datasets. Unquestionably, this involves tons of mathematical and statistical techniques that NumPy is renowned for. In addition, the package introduces multi-dimensional array structures and provides a plethora of built-in functions and methods to use while working with them. In other words, NumPy can be described as a computationally stable state-of-the-art Python instrument that provides flexibility and can take your analysis to the next level.5. PandasThe pandas library is one of the most popular Python tools that facilitate data manipulation and analysis. It is very valuable because you can use it to manipulate all sorts of information - numerical tables and time series data, as well as text.Why learn it?Pandas is the other main tool an analyst needs to clean and preprocess the data they are working with. Its data manipulation features are second to none in Python because of the diversity and richness it provides in terms of methods and functions. The combined ability to work with both NumPy and pandas is extremely powerful as the two libraries complement each other. You need to be capable to operate with both to produce a complete and consistent analysis independently.6. Working with text filesExchanging information with text files is practically how we exchange information today. In this part of the course, we will use the Python, pandas, and NumPy tools learned earlier to give you the essentials you need when importing or saving data.Why learn it?In many courses, you are just given a dataset to practice your analytical and programming skills. However, we don’t want to close our eyes to reality, where converting a raw dataset from an external file into a workable Python format can be a massive challenge.7. Data collectionIn the real world, you don’t always have the data readily available for you. In this part of the course, you will learn how to retrieve data from an API.Why learn it?You need to know how to source your data, right? To be a well-rounded analyst you must be able to collect data from outside sources. This is rarely a one-click process. This section aims at providing you with all the necessary tools to do that on your own.8. Data cleaningThe next logical step is to clean your data. This is where you will apply the pandas skills acquired earlier in practice. All lessons throughout the course have a real-world perspective.Why learn it?A large part of a data analyst’s job in the real world involves cleaning data and preparing it for the actual analysis. You can’t expect that you’ll deal with flawless data sources, right? So, it will be up to you to overcome this stage and clean your data.9. Data preprocessingEven when your dataset is clean and in an understandable shape, it isn’t quite ready to be processed for visualizations and analysis just yet. There is a crucial step in between, and that’s data preprocessing.Why learn it?Data preprocessing is where a data analyst can demonstrate how good or great they are at their job. This stage of the work requires the ability to choose the right statistical tool that will improve the quality of your dataset and the knowledge to implement it with advanced pandas and NumPy techniques. Only when you’ve completed this step can you say that your dataset is preprocessed and ready for the next part, which is data visualization.10. Data visualizationData visualization is the face of data. Many people look at the data and see nothing. The reason for that is that they are not creating good visualizations. Or even worse – they are creating nice graphs but cannot interpret them accurately.Why learn it?This part of the course will teach you how to use your data to produce meaningful insights. At the end of the day, data charts are what conveys the most information in the shortest amount of time. And nothing speaks better than a well crafted and meaningful data visualization.11. Practical exampleThe course contains plenty of exercises and practical cases. In the end, we have included a comprehensive practical example that will show you how everything you have learned along the way comes nicely together. This is where you will be able to appreciate how far you have come in your journey to becoming a data analyst and starting your data career.What you getA program worth $1,250Active Q&A supportAll the knowledge to become a data analystA community of aspiring data analystsA certificate of completionAccess to frequent future updatesReal-world trainingGet ready to become a data analyst from scratchWhy wait? Every day is a missed opportunity.Click the “Buy Now” button and become a part of our data analyst program today.

Data Analyst course thumbnail

edX

Certificate

Data Analyst

Data Analysis
Python
SQL

This eight-course Professional Certificate from IBM prepares you with job-ready skills for an entry level data analyst role. Position yourself competitively and power your data analyst career for a job in a thriving market or leverage foundational data skills to explore problems in an increasingly data-driven professional world. The U.S. Bureau of Labor Statistics projects a growth rate of 20% in the data analytics industry until 2028. You will learn the core principles of data analysis, participate in hands-on skills-based practice, and gain the knowledge to help companies make smarter business decisions. You will work with a variety of data sources, project scenarios, and data analysis tools, including Excel, SQL, Python, Jupyter Notebooks, and Cognos Analytics. These online learning tools will offer you practical experience with data manipulation and the application of analytical and data visualization techniques. This Professional Certificate does not require any prior programming or statistical skills, and is suitable for learners with or without college degrees. A willingness to learn, basic computer literacy, comfort working with numbers, high school math, and a desire to enrich your profile with valuable skills is all you need to get started in this course. With the IBM Data Analyst Professional Certificate you will develop the confidence and portfolio to begin a career as an associate or junior data analyst by learning the essential skills that help professionals in a wide range of job functions and industries explore business problems.

Data Analyst course thumbnail

Udacity

Certificate

Data Analyst

Data Analysis
Data Visualization
Machine Learning

Clean up messy data, uncover patterns and insights, and communicate your findings. You'll start with an introduction to data analysis tools, including Jupyter Notebook, NumPy, pandas, and Matplotlib. Using these tools, you will ask questions about data and answer them through data collection, exploration, wrangling, and visualization. This intermediate-level program includes real-world projects where you will choose your own datasets, research questions, and analysis approach. As you progress through the program, each course will repeat the data analysis process while introducing more advanced techniques, such as applying data imputation to fill in missing data and applying appropriate encodings when developing data visualizations.

Data Analyst course thumbnail

edX

Certificate

Data Analyst

Data Analytics
Business Intelligence
Data Analysis

Step into the fast-growing world of data analytics with the Data Analyst program. This comprehensive, beginner-friendly series of courses from Microsoft will equip you with essential skills to collect, clean, model, and visualize data using Power BI—a leading business intelligence platform. Through hands-on projects and interactive lessons, you’ll learn how to turn raw data into actionable insights, build compelling dashboards, and effectively communicate trends and findings to stakeholders. Whether you're aiming to launch a new career in data analysis or upskill in your current role, this program offers the practical knowledge and tools to succeed in today’s data-driven job market.

DataCamp

Certificate

Data Analyst in Databricks

Databricks
Big Data
Data Analysis

## Prepare for the Databricks Data Analyst Associate Certification Build the skills to pass the Databricks Certified Data Analyst Associate exam and excel in the Lakehouse environment. This hands-on learning path is tailored to the official certification guide, helping you develop job-ready skills in SQL, data management, and dashboarding using Databricks SQL. ## Hands-On Learning for the Lakehouse Throughout this track, you’ll explore real-world workflows and gain practical experience with: * Querying and filtering data using SQL * Joining, aggregating, and transforming datasets * Managing data using Delta Lake and Data Explorer * Creating visualizations and dashboards in Databricks SQL * Sharing results and configuring scheduled reports * Enhancing data for last-mile analytics ## Designed for Beginners, Ready for Professionals No prior Databricks experience is required. Whether you're starting your journey into analytics or want to prove your expertise in modern BI tools, this track guides you from the basics of SQL to advanced dashboarding and performance tuning. With step-by-step lessons and interactive practice, you’ll build confidence and fluency in key Databricks workflows. ## Aligned to the Databricks Certification Each course in this track maps directly to the domains covered in the Data Analyst Associate exam, including: * Building dashboards and using parameters and alerts * Writing SQL in the Lakehouse environment * Managing and securing tables with Delta Lake * Understanding medallion architecture and working with batch and streaming data * Applying data storytelling techniques #### By the end of the track, you’ll be confident in your ability to tackle the exam and apply your skills on the job.

Data Analyst Portfolio Projects course thumbnail
FREE

YouTube

Data Analyst Portfolio Projects

Data Analysis
Python
SQL

Explore a comprehensive series of data analyst portfolio projects covering SQL data exploration, Tableau visualization, data cleaning in SQL, and correlation analysis in Python. Learn to create a free portfolio website, perform web scraping using Python on Amazon, dive deep into Tableau with a full project tutorial, and master Excel through a complete project walkthrough. Gain hands-on experience with real-world data analysis techniques and tools to build a strong portfolio showcasing your skills to potential employers.

Data Analyst  in Python course thumbnail

DataCamp

Certificate

Data Analyst in Python

Data Analysis
Statistics & Probability
Data Visualization

## Become a Data Analyst with Python Launch your data analytics career by mastering Python, the most popular programming language for data analysis. In this Track, you'll learn how to import, clean, manipulate, and visualize data using Python's powerful libraries. No prior coding experience is required; we'll guide you from the basics to advanced data analysis techniques. ## Develop Essential Data Analysis Skills Through hands-on exercises and real-world projects, you'll gain the fundamental skills every data analyst needs: * Clean and preprocess data using pandas and NumPy * Create compelling visualizations with Seaborn and Matplotlib * Perform exploratory data analysis to uncover insights * Apply statistical techniques like hypothesis testing and sampling * Combine data from multiple sources using joins and merges ## Work with Real-World Datasets Practice your skills on a variety of datasets reflecting the challenges data analysts face daily. You'll investigate Netflix movies, explore NYC public school test scores, analyze crime patterns in Los Angeles, and more. These projects will build your confidence in tackling real data problems and communicating your findings effectively. ## A Comprehensive Curriculum for Aspiring Data Analysts This Track provides a comprehensive learning path for aspiring data analysts. You'll start with the basics of Python programming and gradually progress to more advanced data manipulation and statistical techniques. The courses cover key libraries like pandas, NumPy, and Seaborn, ensuring you have a well-rounded data analysis toolkit. ## Why Python for Data Analysis? Python has become the go-to language for data analysis due to its simplicity, versatility, and powerful ecosystem. Its extensive libraries make it easy to perform complex data manipulations, create stunning visualizations, and apply statistical models. Python's popularity also means a wealth of community resources and strong demand for Python skills in the job market. ## Launch Your Data Analytics Career By completing this Track, you'll be ready to: * Apply for entry-level data analyst positions * Contribute to data-driven projects and decision-making * Continue learning advanced topics in data analysis and data science * Communicate insights effectively to both technical and non-technical audiences Whether you're looking to start a new career in data analytics, enhance your current skill set, or improve your ability to make data-driven decisions, this Track will give you the foundation you need to succeed.

Data Analyst  in R course thumbnail

DataCamp

Certificate

Data Analyst in R

Data Analysis
Statistics & Probability
Data Visualization

## Master R for Real-World Data Analysis Become a data analyst and advance your career by mastering R, the leading programming language for statistical computing and data analysis. In this Track, you'll learn how to import, clean, manipulate, and visualize data using R's powerful packages and libraries, including dplyr, ggplot2, and the tidyverse. Through hands-on exercises with real-world datasets, you'll develop the essential skills that employers look for in data analysts. ## Build Your Data Analysis Toolkit Progress from R basics to advanced data analysis techniques as you learn to: * Clean, transform, and manipulate data using dplyr and tidyverse packages * Create compelling data visualizations with ggplot2 * Perform exploratory data analysis to uncover patterns and trends * Join and combine data from multiple sources * Apply statistical methods for hypothesis testing and sampling ## Solve Real Business Problems with R Apply your skills by working on projects that reflect the daily challenges faced by data analysts. Analyze customer behavior, identify market trends, and provide data-driven insights to stakeholders. By completing this Track, you'll have a portfolio of projects demonstrating your ability to tackle real-world data analysis tasks using R. ## Designed for Beginners and Experienced Analysts Alike Whether you're new to programming or looking to upskill, this Track is designed to help you succeed. With no prior coding experience required, you'll start by learning the fundamentals of R programming before diving into more advanced data analysis techniques. Experienced analysts will benefit from the Track's focus on industry-standard tools and best practices. ## Why R for Data Analysis? R has become the go-to language for data analysis due to its powerful statistical capabilities, extensive package ecosystem, and active community support. Its open-source nature and cross-platform compatibility make it accessible to everyone, while its flexibility allows analysts to tackle complex data challenges. As more organizations adopt R for their data analysis needs, mastering R skills can open up exciting career opportunities. ## Launch Your Data Analysis Career Upon completing this Track, you'll be ready to: * Apply for data analyst roles across industries * Collaborate effectively with data science teams * Make data-driven decisions to solve business problems * Communicate insights through compelling visualizations and reports * Continue learning and growing as a data professional

Pluralsight

Certificate

Becoming a Data Analyst

Data Analysis
Career Development
Data Skills

Are you curious about how to get started in the exciting and dynamic career field of data analysis? In this course, Becoming a Data Analyst, you'll learn about the role of a data analyst and how you can become one. First, you’ll learn about what a data analyst does and common responsibilities of the role. Next, you’ll explore mathematical, programming, and fundamental knowledge that data science employs. Then, you’ll discover the job market for data analysts. Finally, you’ll cover how to develop your skills to increase your proficiency and marketability. When you’re finished with this course, you’ll have the basic knowledge necessary to begin the journey toward becoming a data analyst!

Data Analyst in Power BI course thumbnail

DataCamp

Certificate

Data Analyst in Power BI

Data Analysis
Business Intelligence
Data Visualization

## Master Power BI for Data Analysis and Visualization Gain the essential Power BI skills you need to become a certified data analyst. In this hands-on Track, co-created with Microsoft, you'll learn how to prepare, model, and visualize data using Power BI's powerful features. Starting from the basics, you'll progress to advanced topics like data modeling, DAX functions, and trend analysis. By the end of the Track, you'll be ready to pass the official PL-300 Data Analyst with Power BI certification exam. ## Hands-On Learning with Real-World Datasets Throughout the Track, you'll work with real-world datasets to: * Import and transform data using Power Query Editor * Create calculated columns, tables, and measures with DAX * Design impactful reports and dashboards * Apply data analysis techniques like time series and decomposition trees * Connect to various data sources including Excel, CSV, and SQL databases ## Prepare for the PL-300 Certification Exam This Track is designed to equip you with the skills and knowledge needed to pass the Microsoft PL-300 Data Analyst with Power BI exam. You'll gain a deep understanding of Power BI's capabilities and best practices for data analysis. Upon completing the Track, you'll receive a 50% discount code for the PL-300 exam, helping you earn a valuable certification to boost your career prospects. ## No Prior Power BI Experience Required Whether you're an aspiring data analyst or a business professional looking to enhance your data skills, this Track is perfect for you. We assume no prior knowledge of Power BI or data analysis, guiding you step-by-step from the fundamentals to advanced techniques. With a mix of video tutorials, interactive exercises, and real-world projects, you'll gain practical experience and build a portfolio of Power BI projects. ## Unlock Insights and Drive Business Decisions By mastering Power BI, you'll be able to uncover valuable insights from data and communicate them effectively to stakeholders. You'll learn how to identify trends, patterns, and anomalies, and create compelling visualizations that drive data-informed decision making. These skills are in high demand across industries, opening up exciting career opportunities in data analysis and business intelligence. ## Launch Your Data Analyst Career with Power BI Upon completing this Track, you'll have the confidence and skills to: * Apply for data analyst roles that require Power BI expertise * Collaborate with data teams to deliver impactful insights * Create and maintain Power BI reports and dashboards * Pass the PL-300 certification exam and earn a recognized credential * Drive business success through data-driven decision making

Tableau Data Analyst Certification Preparation course thumbnail

Coursera

Certificate

Tableau Data Analyst Certification Preparation

Tableau
Data Visualization
Data Analytics

Organizations across industries are adopting Business Intelligence (BI) tools and platforms to derive meaningful insights from available data. A key skill to meaningful insights is data visualization and Tableau is one of the most powerful data visualization tools available. Whether you want to work with visualizations, reports, dashboards, or stories, or want to delve into predictive, prescriptive, or real-time analytics, this specialization provides the practical tools and guidance needed to build these skills. The self-paced courses in this program are designed to equip you with essential Tableau skills and thoroughly prepare you for the Tableau Certified Data Analyst exam. Each course focuses on different aspects of Tableau functionalities to ensure a well-rounded mastery of the tool. The program includes plenty of hands-on labs and projects to help you develop practical skills. After successfully completing the specialization Integrate data from multiple sources Clean, transform, and prepare data for analysis Develop a variety of charts and visualizations Build interactive dashboards Leverage advanced features, such as actions and tooltips Create stories to tell compelling narratives Enroll now and gain skills that show you’re ready with your data visualization and analysis skills with Tableau. No prior Tableau background required.

Associate Data Analyst in SQL course thumbnail

DataCamp

Certificate

Associate Data Analyst in SQL

SQL
Domain-Specific Languages (DSL)
Statistics & Probability

## Become a SQL-Proficient Data Analyst Kickstart your data analytics career by mastering SQL, the essential language for querying and manipulating databases. In this hands-on Track, you'll learn how to extract, analyze, and communicate data-driven insights using real-world datasets. No prior coding experience is required—we'll guide you from SQL basics to advanced techniques, empowering you to confidently tackle data analysis challenges. ## Gain Practical SQL Skills for Data Analysis Through interactive exercises and projects, you'll develop a comprehensive SQL toolkit: * Write queries to select, filter, and aggregate data * Join tables to combine data from multiple sources * Use subqueries and window functions for complex analysis * Clean and manipulate data using PostgreSQL functions * Apply statistical concepts to derive meaningful insights * Explore and summarize data for effective decision-making ## Learn by Doing with Real-World Datasets Apply your SQL skills to realistic business scenarios and datasets. Analyze student mental health trends, investigate motorcycle part sales across warehouses, and more. By working with diverse, real-world data, you'll gain the practical experience to tackle data analysis projects with confidence. ## Prepare for the Associate Data Analyst in SQL Certification This Track is designed to fully prepare you for the Associate Data Analyst in SQL Certification. As you progress through the courses, you'll master the SQL concepts and techniques covered in the certification exam. Completing this Track, along with the certification, demonstrates to employers that you have the SQL skills to thrive as a data analyst. ## Why SQL for Data Analysis? SQL is the universal language for querying and manipulating relational databases. As organizations increasingly rely on data to drive decisions, SQL proficiency has become an essential skill for data analysts. Whether you're exploring sales figures, user behavior, or sensor readings, SQL enables you to efficiently retrieve and analyze data to uncover actionable insights. ## Launch Your Data Analytics Career Upon completing this Track, you'll be equipped to: * Query databases to answer business questions * Collaborate with data teams to support data-driven decisions * Communicate data insights to both technical and non-technical stakeholders * Apply for entry-level data analyst positions across industries * Continue your learning journey in data analytics and data science Whether you're starting your career or looking to transition into data analytics, this Track provides the SQL foundation you need to succeed. Start your journey to becoming a confident, SQL-proficient data analyst today!

Tableau Data Analyst Certification Preparation course thumbnail

Coursera

Certificate

Tableau Data Analyst Certification Preparation

Tableau
Data Visualization
Business Intelligence

Organizations across industries are adopting Business Intelligence (BI) tools and platforms to derive meaningful insights from available data. A key skill to meaningful insights is data visualization and Tableau is one of the most powerful data visualization tools available. Whether you want to work with visualizations, reports, dashboards, or stories, or want to delve into predictive, prescriptive, or real-time analytics, this specialization provides the practical tools and guidance needed to build these skills. The self-paced courses in this program are designed to equip you with essential Tableau skills and thoroughly prepare you for the Tableau Certified Data Analyst exam. Each course focuses on different aspects of Tableau functionalities to ensure a well-rounded mastery of the tool. The program includes plenty of hands-on labs and projects to help you develop practical skills. After successfully completing the specialization Integrate data from multiple sources Clean, transform, and prepare data for analysis Develop a variety of charts and visualizations Build interactive dashboards Leverage advanced features, such as actions and tooltips Create stories to tell compelling narratives Enroll now and gain skills that show you’re ready with your data visualization and analysis skills with Tableau. No prior Tableau background required.

Tableau Desktop Specialist + Data Analyst Certification course thumbnail

Udemy

Certificate

Tableau Desktop Specialist + Data Analyst Certification

Tableau
Data Visualization
Business Intelligence

All-in-One Guide to Pass the Tableau Desktop Specialist & Certified Data Analyst exams | 2 Full Practice Exams What you'll learn: Master everything you need to Ace both the Desktop Specialist & Data Analyst ExamsMaster all skills needed to become a Skilled Tableau DeveloperLearn from an experienced and Certified Tableau DeveloperTest your knowledge in quizzes and hands-on lecturesBuild skills in Tableau Desktop, Tableau Prep and Tableau Cloud2 Full Practice Tests to test your readiness for the exam Do you want to enhance your skills and learn everything required to pass both the Desktop Specialist and Data Analyst exam?In this course you will be guided through all subjects required to become a successful Tableau developer. Become a highly skilled Tableau developer capable of tackling any challenge! Why you should take this course:✓ Understand everything from scratch – step by step hands on lectures✓ Learn all fundamental and advanced features – understand best practices✓ Theory provided – clear explanations of all subjects✓ Practice everything hands on – quizzes and practice tests to solidify your knowledge What is in this course?This course provides everything you need to become a Tableau professional!✓ Master all the fundamentals✓ Master also all the advanced topics✓ Learn the best practices hands-on✓ Apply what you’ve learned in a lot of & quizzes and practice tests✓ Personal support whenever you have questions This course is right for you if...... you have never worked with Tableau and want to learn how to master everything hands-on in just one course.... OR you already have some basic knowledge and want to dive deeper and become more advanced. This is the one course that covers everything you need to master Tableau.Enrol now to get lifelong access and become a professional Tableau developer!

Tableau Desktop for Tableau Certified Data Analyst course thumbnail

Udemy

Certificate

Tableau Desktop for Tableau Certified Data Analyst

Tableau
Data Visualization
Business Analytics

Tableau Certified Data Analyst course for Data Analysis and Data Visualization What you'll learn: What is Tableau and its Applications, Careers in TableauTableau Desktop InstallationTableau Products and their Use CasesData Sources and Data types in TableauMeasures and Dimensions, Data Representation in Tableau (Continuous/Discrete)Exploring Tableau Desktop UIUsing Tableau Dashboards for Solving Data Analysis ProblemsTypes of FunctionsUsing Functions to Create Calculated FieldsParametersJoinsFilters and Types of Data Source Connection (Live/Extract)SetsGenerated FieldsHighlighting Actions in TableauUnderstanding Data Visualization and its ImportancePlotting Bar Charts, Text tables and Tree Maps In TableauPlotting Line Charts, Box Plots and Area Charts In TableauPlotting Bullet Graphs, Bubble Charts and Scatter Plot In TableauWaterfall Chart and Funnel ChartGeometric Visualizations (Maps)Defining Story and the Difference between Story and a Dashboard in TableauCreating your First StoryUse Case: Exploring the World Indicators AcceleratorPublishing Your Workbook on Tableau OnlineTesting Your Tableau Skills This course is primarily designed to teach Tableau (A power BI tool and a visual analytics platform transforming the way we use data to solve problems—empowering people and organizations to make the most of their data) and to train you to be a Tableau Developer and become a Tableau Certified Data Analyst.It comprises of Introduction to Tableau, its basics (Measures and Dimensions, Loading Data, loading workbooks, Navigating through Tableau, Tableau Desktop GUI, Drag-Drop feature), Tableau Desktop Installation guide, connecting Data Sources to Tableau, Reference lines, trend lines, forecasting, filtering, sorting, aggregation, creating calculated fields, worksheets and formatting your visualizations, creating compelling visualizations Tableau, scatter plots, Date-time, symbol maps, dual-axis graphs, and geometric visualizations (Map Visualizations), Creating and Navigating a Business story, Building your first interactive and Beautiful Dashboard using Tableau, in-course exercises, etc.Tableau doesn't require you to know how to program or code, it can be easily used by any non-programmer to convey business stories to anybody like the company's stakeholders, investors, etc. Anybody can easily learn Tableau through this course which acts like a step-by-step tutorial for the same hence anybody could opt for this course like Beginners curious about Data Science, Anyone who wants to learn Tableau, Visualizations and Dashboards using Tableau, Tableau Desktop Specialist, Data Visualization, Tableau Certified Data Analyst, Business Intelligence, Data Mining, Business Analytics, Python Developer curious about Data science, etc.

Power BI Data Analyst Associate Prep course thumbnail

Coursera

Certificate

Power BI Data Analyst Associate Prep

Microsoft Power BI
Business Intelligence
Data Analysis

This short course will guide you on preparing for the PL-300: Microsoft Power BI Data Analyst exam. This exam is the requirement for Microsoft Certified: Power BI Data Analyst Associate certification. The course provides you with a detailed understanding of the Power BI concepts, its features, and capabilities. By the end of this course, you will be able to: - Describe how to prepare data for analysis by transforming, configuring, cleaning, and shaping it using Power BI. - Discuss the creation of data models in Power BI using a data model framework and Data Analysis Expressions (DAX) functions. - Explain how to design visually appealing reports using data visualization strategies in Power BI and perform data analytics using Analyze feature. - Examine how to create workspace, design interactive dashboards, and safeguard the data by configuring row-level security for datasets in Power BI. The PL-300 exam is intended for data professionals who want to collaborate closely with business stakeholders, enterprise data analysts, and data engineers to identify and acquire data, transform the data, create data models, visualize data, and share assets using Power BI. Having experience with data analysis, reporting, Power BI, proficiency in writing expressions by using Data Analysis Expressions (DAX), and understanding how to assess data quality is a must.

IBM Data Analyst course thumbnail

Coursera

Certificate

IBM Data Analyst

Data Analysis
Data Visualization
Python

Prepare for a career in the high-growth field of data analytics. In this program, you’ll learn in-demand skills like Python, Excel, and SQL to get job-ready in as little as 4 months. Data analysis is the process of collecting, storing, modeling, and analyzing data that can inform executive decision-making, and the demand for skilled data analysts has never been greater. This program will teach you the foundational data skills employers are seeking for entry-level data analytics roles. It will not only help you start your career in data analytics, but also provides a strong foundation for future career development in other paths such as data science, artificial intelligence, deep learning, or data engineering. You’ll learn the latest skills and tools used by professional data analysts including Excel spreadsheets, Python, Pandas, Numpy, Jupyter Notebooks, Cognos Analytics, and more. You’ll work with a variety of data sources and project scenarios to gain practical experience with data manipulation and applying analytical skills. When you complete the full program, you’ll have a portfolio of projects and a Professional Certificate from IBM to showcase your expertise. You’ll also earn an IBM Digital badge and will gain access to career resources to help you in your job search, including mock interviews and resume support. This program is ACE® and FIBAA recommended—when you complete, you can earn up to 12 college credits and 6 ECTS credits.

IBM Data Analyst course thumbnail

Coursera

Certificate

IBM Data Analyst

Data Analysis
Data Visualization
Python

Prepare for a career in the high-growth field of data analytics. In this program, you’ll learn in-demand skills like Python, Excel, and SQL to get job-ready in as little as 4 months. Data analysis is the process of collecting, storing, modeling, and analyzing data that can inform executive decision-making, and the demand for skilled data analysts has never been greater. This program will teach you the foundational data skills employers are seeking for entry-level data analytics roles. It will not only help you start your career in data analytics, but also provides a strong foundation for future career development in other paths such as data science, artificial intelligence, deep learning, or data engineering. You’ll learn the latest skills and tools used by professional data analysts including Excel spreadsheets, Python, Pandas, Numpy, Jupyter Notebooks, Cognos Analytics, and more. You’ll work with a variety of data sources and project scenarios to gain practical experience with data manipulation and applying analytical skills. You'll also have the option to learn how generative AI tools and techniques are used in data analysis. In addition to a portfolio of projects and a Professional Certificate from IBM to showcase your expertise, you’ll earn an IBM Digital badge and gain access to career resources to help you in your job search. This program is ACE® and FIBAA recommended—when you complete, you can earn up to 12 college credits and 6 ECTS credits.

Data Analyst Bootcamp course thumbnail
FREE

YouTube

Data Analyst Bootcamp

Data Analysis
Python
SQL

Embark on a comprehensive 20-hour Data Analyst Bootcamp designed to equip you with essential skills in SQL, Excel, Tableau, Power BI, and Python. Begin with SQL basics, progressing through intermediate and advanced concepts, including joins, case statements, and stored procedures. Dive into Excel tutorials covering pivot tables, formulas, XLOOKUP, and data cleaning techniques. Explore Tableau and Power BI for data visualization, learning to create impactful charts and manage relationships. Delve into Python programming fundamentals, web scraping, and data analysis using pandas. Complete hands-on projects to build a robust data analyst portfolio, including SQL data exploration, web scraping, and API integration. Conclude with guidance on creating a standout resume, leveraging LinkedIn for job opportunities, and establishing a professional online presence through a portfolio website.

Pluralsight

Certificate

Databricks Certified Data Analyst: Analytics Applications

Databricks
Big Data
Statistics & Probability

In today’s data-driven world, professionals need to understand statistical foundations and how to enhance and blend data from multiple sources to derive accurate insights. In this course, Databricks Certified Data Analyst: Analytics Applications, you’ll gain the skills to apply advanced data analytics techniques, enhance data, and blend it for better analysis. First, you’ll explore statistics, learning to compare discrete and continuous data, describe descriptive statistics, and understand key statistical measures and moments of data distributions. Next, you’ll discover data enhancement techniques, identifying scenarios where enhancement improves analysis and learning how to apply enhancements to your datasets. Finally, you’ll learn how to blend data from multiple sources, applying these techniques in real-world scenarios to improve analytics outcomes, and gaining hands-on experience in performing last-mile ETL for project-specific data enhancement. When you’re finished with this course, you’ll have the skills and knowledge of data analytics applications in Databricks needed to make data-driven decisions and enhance your analytical capabilities, all while preparing to pursue the Databricks Certified Data Analyst Associate certification, boosting your credibility and expertise in the growing field of data analytics.