IBM Data Analyst Complete Course | Data Analyst Tutorial For Beginners,

  Рет қаралды 2,258,147

My Lesson

My Lesson

Күн бұрын

Пікірлер: 567
@santaespinal1540
@santaespinal1540 10 ай бұрын
🎯 Key Takeaways for quick navigation: 00:08 *🚀 Introduction to Data Analytics* 02:40 *📊 Data Ecosystem and Sources* 07:25 *💡 Importance of Data for Business Decisions* 08:40 *🛠️ Roles in Data Analytics* 13:00 *📊 Types of Data Analysis* 18:48 *🗣️ Perspectives on Data Analytics* 22:00 *🎯 Responsibilities and Skills of Data Analysts* 26:43 *👩‍💼 Qualities and Skills for Data Analysts* 27:12 *📊 The importance of skills for data analysts* 31:22 *📈 A day in the life of a data analyst* 47:36 *📑 Overview of common data file formats* 52:23 *🌐 Common data sources for data analysts* 53:21 *📊 Data Sources for Analysis* 56:40 *🌐 APIs and Web Scraping for Data Collection* 58:54 *📈 Data Streams for Real-Time Analytics* 01:00:02 *💻 Overview of Data-Related Languages* 01:09:13 *🗄️ Overview of Data Repositories* 01:13:29 *🗃️ Relational Databases: Structure and Advantages* 01:28:42 *🏢 Data warehousing and ETL process* 01:40:48 *🛠️ Big Data analytics technologies* 01:45:49 *📊 Apache Spark for Data Processing* 01:47:17 *📝 Identifying Data for Use Cases* 01:50:01 *🔍 Ensuring Data Quality and Governance* 01:52:41 *📊 Understanding Data Sources* 02:10:58 *🛠️ Popular Data Wrangling Software and Tools* 02:11:12 *📊 Data Wrangling Tools Overview* 02:22:59 *🔍 Data Gathering and Preparation Importance* 02:27:05 *📊 Fundamentals of Statistical Analysis* 02:35:03 *🔍 Understanding Data Mining* 02:36:38 *📊 Data Mining Techniques and Applications* 02:40:31 *🛠️ Commonly Used Software and Tools for Data Mining* 02:46:31 *📈 Effective Communication of Data Analysis Results* 02:51:52 *📢 Role of Storytelling in Data Analysis* 02:54:55 *📊 Principles and Types of Data Visualization* 03:00:33 *🛠️ Data Visualization Software and Tools* 03:08:23 *💼 Data Analysts' Preferred Visualization Tools* 03:17:26 *🚀 Career Journeys of Data Professionals* 03:20:50 *🎯 Employer Expectations for Data Analysts* 03:24:28 *🧮 Skills Required for Data Analysts* 03:26:03 *🎓 Paths to Enter Data Analysis Field* 03:30:06 *🌐 Diverse Career Paths in Data Profession* 03:37:14 *👩‍💼 Women in Data Science* 03:40:23 *📊 Excel Data Analysis Course Overview* 03:47:51 *📊 Introduction to Spreadsheets and Basic Terminology* 03:54:29 *🖱️ Navigating a Spreadsheet and Understanding Ribbon and Menus* 04:06:50 *🔍 Data Entry, Viewing Features, and Data Editing* 04:09:43 *📊 Excel Data Entry and Editing* 04:12:36 *📋 Moving, Copying, and Filling Data* 04:16:27 *🖌️ Formatting Cells and Data* 04:20:16 *🧮 Introduction to Formulas* 04:27:10 *📊 Common and Advanced Functions* 04:57:16 *📊 Significance of Data Quality* 05:00:11 *🛡️ Importance of Data Privacy in Various Industries* 05:02:16 *🧹 Data Cleaning Techniques* 05:10:54 *🔄 Text Case Transformation and Date Formatting* 05:17:07 *🧹 Data Cleaning Techniques in Excel* 05:20:03 *🛠️ Excel Data Cleaning Tools: Flash Fill and Text to Columns* 05:26:12 *📊 Dealing with Poor Data Quality* 05:30:17 *🧮 Preparing Data for Analysis* 05:35:49 *🔍 Excel Data Filtering and Sorting* 05:39:07 *📊 Data Filtering and Sorting in Excel* 05:43:14 *🧮 Importance of Data Filtering and Sorting* 05:56:14 *📑 Excel Reference Functions: VLOOKUP and HLOOKUP* 06:02:05 *📊 Exploring HLOOKUP function in Excel* 06:06:14 *🔄 Utilizing Pivot Tables for Data Analysis* 06:14:04 *📊 Perspectives on Pivot Tables from Data Professionals* 06:17:27 *🔍 Exploring Advanced Pivot Table Features* 06:24:04 *📊 Excel Pivot Table Timelines* 06:39:16 *📊 Creating Basic Charts in Excel* 06:44:36 *📊 Creating Pivot Charts in Excel* 06:26:44 *📊 Recap: Pivot Table Features* 06:35:25 *🖼️ Importance of Visualizations - Expert Insights* 06:39:16 *📊 Creating Basic Charts in Excel - Line, Pie, Bar* 06:47:03 *📊 Excel Pivot Charts and Filtering* 06:50:43 *📈 Advanced Excel Charts* 06:58:35 *🗺️ Excel Filled Map Charts and Sparklines* 07:04:32 *📊 Introduction to Dashboards* 07:09:53 *📊 Importance of Effective Data Presentation* 07:12:08 *📊 Utilizing Cognos Analytics for Data Visualization* 07:14:12 *📊 Creating Dashboards in Excel* 07:21:35 *📊 Introduction to IBM Cognos Analytics* 07:31:40 *📊 Data Visualization in IBM Cognos Analytics* 07:35:04 *🐍 Python Data Types Overview* 07:38:00 *🧮 Python Expressions and Variables* 07:42:15 *🎻 String Operations in Python* 07:46:10 *📊 Lists and Tuples in Python* 07:54:55 *📚 Python Lists and Dictionaries* - Ordered collections with elements accessed by indices. - Elements can be modified, added, or removed. - Key-value pairs where values are accessed using keys. 07:57:12 *📊 Sets in Python* - No duplicate elements are allowed. 08:02:33 *🤔 Conditional Statements in Python* - Allow checking conditions like equality, inequality, greater than, less than, etc. - Enables running different code based on conditions using if, else, and elif statements. - Include `not`, `and`, and `or` to modify and combine Boolean values. - Useful for creating complex conditions and decision-making in code. 08:13:07 *🔄 Loops and Range Function in Python* - Generates sequences of numbers used in loops. - Can be customized to specify start, end, and step size. - For loops iterate over sequences like lists, executing a block of code for each element. - While loops execute a block of code as long as a condition is true. 08:14:38 *📊 Python Looping Techniques and Functions* 08:23:39 *📝 Advanced Function Concepts and Scopes* 08:39:36 *🔄 Python Objects and Classes Overview* 08:47:45 *📁 File Handling in Python* 08:54:33 *🐼 Introduction to Pandas Library* 08:57:29 *📊 Data Analysis Basics* 09:00:02 *🧮 Numpy Basics* 09:18:18 *🌐 Introduction to APIs* 09:18:50 *📊 Introduction to APIs and REST APIs* 09:23:38 *🎙️ Working with Watson APIs for Audio Transcription and Translation* 09:28:48 *🌐 Understanding HTTP Protocol and URL* 09:32:55 *📡 Working with HTTP Protocol in Python using Requests Library* 09:37:52 *🕸️ Understanding HTML for Web Scraping* 09:41:44 *🌐 Introduction to HTML and Web Scraping* 09:47:51 *📄 Working with Different File Formats* 09:51:58 *🖥️ HTML Review for Web Scraping* 09:57:02 *🕸️ Advanced Web Scraping with BeautifulSoup* 10:02:01 *📊 Importance of SQL in Data Science* 10:03:51 *📊 Introduction to SQL and Relational Databases* 10:12:33 *🎯 Useful Expressions in SELECT Statements* 10:17:38 *🔄 Updating and Deleting Data with UPDATE and DELETE Statements* 10:20:55 *🛢️ Database Concepts: Entity-Relationship Model and Data Types* 10:26:24 *☁️ Cloud Databases* 10:27:36 *🌐 Introduction to Cloud Databases* 10:32:31 *📊 Understanding SQL Statements* 10:35:01 *🔨 Creating Relational Database Tables* 10:47:31 *🔢 Sorting SELECT Statement Result Sets* 10:51:20 *📊 Working with SQL Queries: Eliminating Duplicates and Restricting Results* 10:54:09 *🛠️ Utilizing SQL Functions for Data Analysis* 11:00:18 *📅 Manipulating Date and Time Data in SQL* 11:03:11 *🔄 Mastering Subqueries in SQL* 11:14:47 *🐍 Accessing Databases Using Python* 11:28:22 *🗃️ Creating Tables, Loading Data, and Querying Data* 11:40:37 *📊 Exploratory Data Analysis with Box Plots* 11:48:43 *💼 Querying Data with Python* 11:50:35 *📊 Understanding Database Structure* 11:56:47 *📈 Exploring Data Sets and Libraries in Python* 12:01:55 *📊 Reading Data with Pandas* 12:04:26 *📊 Introduction to Pandas Data Exploration* 12:10:22 *🗃️ Accessing Databases with Python* 12:22:59 *🔄 Data Formatting and Conversion* 12:26:29 *📏 Data Normalization Techniques* 12:26:58 *📊 Normalizing Data:* 12:34:04 *📊 Exploratory Data Analysis (EDA) Basics:* 12:40:08 *🔄 Grouping Data:* 12:43:32 *📈 Correlation Analysis:* 12:49:11 *📊 Chi-Square Test for Independence* 12:53:45 *📈 Model Development Overview* 13:07:01 *🔄 Polynomial Regression and Pipelines* 13:11:29 *📉 Model Evaluation Metrics* 13:12:11 *📊 Understanding Mean Squared Error (MSE)* 13:21:11 *📊 Evaluating Model Generalization with Training and Testing Data* 13:33:24 *📈 Understanding Ridge Regression and Alpha Parameter* 13:42:08 *📊 Overview of Data Visualization with Python* 13:46:45 *📉 Importance of Effective Data Visualization* 13:58:09 *📊 Introduction to Matplotlib and Jupyter Notebook* 14:05:17 *📈 Line Plots: Visualization and Analysis* 14:08:56 *📉 Area Plots: Extending Line Plots* 14:13:45 *📊 Histograms: Analyzing Data Distributions* 14:18:41 *📊 Visualization with Matplotlib: Bar Chart* 14:22:12 *🥧 Visualization with Matplotlib: Pie Chart* 14:26:28 *📦 Visualization with Matplotlib: Box Plot* 14:30:32 *✳️ Visualization with Matplotlib: Scatter Plot* 14:36:26 *☁️ Advanced Visualization: Word Cloud* 14:40:23 *🌐 Advanced Visualization: Folium for Geographic Data* 14:41:31 *🗺️ Introduction to Folium and Map Creation* 14:43:08 *📍 Adding Markers to Maps* 14:45:12 *🌍 Understanding Choropleth Maps* 14:49:30 *📊 Importance of Interactive Data Applications* 14:54:24 *📈 Exploring Plotly Python Library* 14:57:23 *🔍 Analyzing Airline Reporting Data with Plotly* 14:58:13 *🖥️ Understanding Dash Library for Web Applications* Made with HARPA AI
@liontweedle
@liontweedle 7 ай бұрын
You made this list with HARPA AI?
@liome8747
@liome8747 6 ай бұрын
😂😂😂😂😂at least AI!!! But human mind could trumble😮😮😮
@SkinCareCrazy
@SkinCareCrazy 6 ай бұрын
Thank you. Road maps are so helpful. You are amazing.
@Ikhmlna
@Ikhmlna 5 ай бұрын
Thank you
@krtkmz0728
@krtkmz0728 5 ай бұрын
thank you. may you have a good place in heaven for this kindness.
@Beni7310
@Beni7310 2 жыл бұрын
I must sincerely say I have seen a good person who could put 15hours course for people without charging them. God bless you sir
@RockstahRolln
@RockstahRolln Жыл бұрын
Amen! Yes indeed God Bless this person!
@JiMo711
@JiMo711 Жыл бұрын
The channel must have been already monetised by now, so they're making good profits, too.
@miguelcrtz
@miguelcrtz Жыл бұрын
@@JiMo711 this course is from coursera
@charliedays
@charliedays Жыл бұрын
@@Phronesis1037 I'm 100% sure channels also get income from Premium subscribers since we're paying for this service. Advertising isn't the only way to monetize.🤷‍♂️
@KKsKrissvs121
@KKsKrissvs121 Жыл бұрын
@@JiMo711 KZbin has been monitizing every channel since 2019. If you upload videos a couple of times, or get alot of views, then they automatically monetize you and take all the money.
@1glevan
@1glevan Жыл бұрын
Course#1 "What is Data Analytics" week 2 00:39:45 Overview of the Data Analyst Ecosystem 00:43:28 Types of Data 00:47:30 Understanding Different Types of File Formats 00:52:30 Sources of Data 01:00:25 Languages for Data Professionals 01:08:45 Overview of Data Repositories 01:13:20 RDBMS 01:20:55 NoSQL 01:28:30 Data Marts, Data Lakes, ETL, and Data Pipelines 01:35:15 Foundations of Big Data 01:40:38 Big Data Processing Tools
@kahegammonica9821
@kahegammonica9821 Жыл бұрын
Good Morning, Please, can I have a copy of the course support (the diapositives) I am unable to download it from the links in the description box. Thanks.
@najata.6058
@najata.6058 6 ай бұрын
Thank you
@1glevan
@1glevan Жыл бұрын
Course#1 "What is Data Analytics" week 4 02:22:50 Data preparation and Reliability 02:34:55 What is Data Mining? 02:40:22 Tools for Data Mining 02:46:36 Overview of Communicating and Sharing Data Analysis Findings 02:51:40 Storytelling in Data Analysis 02:54:47 Introduction to Data Visualization 03:00:20 Introduction to Visualization and Dashboarding Software 03:08:03 Visualization Tools3мин
@1glevan
@1glevan Жыл бұрын
Course#1 "What is Data Analytics" week 5 3:11:22 Career Opportunities in Data Analysis 3:17:24 Get into Data Profession 3:20:42 What do Employers look for in a Data Analyst? 3:25:50 The Many Paths to Data Analysis 3:29:51 Career Options for Data Professionals 3:33:20 Advice for aspiring Data Analysts 3:36:59 Women in Data Professions
@1glevan
@1glevan Жыл бұрын
Course#1 "What is Data Analytics" week 3 01:47:05 Identifying Data for Analysis 01:52:35 Data Sources 01:57:20 How to Gather and Import Data 02:03:50 What is Data Wrangling? 02:10:50 Tools for Data Wrangling 02:16:25 Data Cleaning
@hudapicks8685
@hudapicks8685 Жыл бұрын
Can i learn from the material here and just earn the certificate from coursera or do i have to enrol in the course on coursera first and then get a certificate?
@1glevan
@1glevan Жыл бұрын
Course#1 "What is Data Analytics" week 1 00:00:00 Course Introduction 00:02:45 Modern Data Ecosystem 00:07:30 Key Players in the Data Ecosystem 00:13:10 Defining Data Analysis 00:18:40 Viewpoints: What is Data Analytics? 00:21:50 Responsibilities of a Data Analyst 00:26:30 Qualities and Skills to be a Data Analyst 00:31:27 A Day in the Life of a Data Analyst 00:36:55 Applications of Data Analytics
@ahmedelmalt2915
@ahmedelmalt2915 Жыл бұрын
Thanks this helps a lot
@Simplyluwi
@Simplyluwi Жыл бұрын
thank you
@СашиныРазговорчики
@СашиныРазговорчики Жыл бұрын
You are my hero! Thank you so much for the time codes!!!
@taniamoore2349
@taniamoore2349 Жыл бұрын
I'm 38:08 minutes in and this video has been very helpful so far. I'm gearing up to take Data Management next semester. I feel confident I can master this subject with a little time. Thank you for making the subject plain/understandable.
@sandipdas18
@sandipdas18 Жыл бұрын
The course is really great. It is very much helpful for those persons who want to make career in data analyst but are financially weak. Thanks for such a helpful video course.
@divyanshbhatt5999
@divyanshbhatt5999 7 ай бұрын
Buddy could u help me to find the right path for di
@whileHidingmyYouTube
@whileHidingmyYouTube Ай бұрын
5:45:00 IF Function 5:56:27 HLOOKUP and VLOOKUP 6:17:41 Pivot Tables 6:35:00 Line Charts, Pie Charts 6:51:00 Tree Maps, Scatter Charts, Histograms 6:58:00 Filled Map Charts, Sparklines 7:04:50 Dashboard
@g.badarivishal7353
@g.badarivishal7353 Жыл бұрын
This is great. Schooling us for FREE a coveted branch of IT Industry. I will never forget this generosity. Will definitely financially nurture this and the like projects once on my own feet.
@FragmentOfInfinity
@FragmentOfInfinity 11 ай бұрын
Is this particular course outdated?
@gorschill8456
@gorschill8456 6 күн бұрын
@@FragmentOfInfinity no, this is a paid course by ibm on coursera. this is the exact video you can still find there.
@KarimBenabd
@KarimBenabd 2 жыл бұрын
Great upload! Thank you very much. For those who are whining about this video saying that you need to buy the full course to benefit from the certificate, I would say to them: Thank you mister obvious! These videos are great in preparing anyone to join the training and of course get the paid certificate since the training is based on a monthly fee. This means the more you get acquainted with the course and the exercises, the less time and money it will take you to get the certificate. And above all, be grateful to anyone who offers these great initiatives.
@promoteamutube
@promoteamutube Жыл бұрын
It is not true actually that you need to pay for the course in order to get the certificate. I did it without paying anything. There is a facility on the course page where you can apply for financing. I applied for financing for the whole set of courses up to certificate level (course completion) and was accepted on all courses. Hence, the certificate was free. Good luck.
@juanrosa6969
@juanrosa6969 Жыл бұрын
@@promoteamutube hey man, does that mean that you apply for financing for each individual course (8 courses)? I apply for financing for the first one and I am still waiting for approval and it doesn’t allow me to submit my answer to the second quiz on the course unless I pay.
@promoteamutube
@promoteamutube Жыл бұрын
@@juanrosa6969 It is true that you can't submit your quiz answers until they reply. It took around 2 weeks for them to reply. You need to apply for each course and I did that all at the same time and got financed for all of them within 2 weeks.
@daextraxtor681
@daextraxtor681 Жыл бұрын
You can audit all of the courses for free
@juanrosa6969
@juanrosa6969 Жыл бұрын
@@daextraxtor681 Can you take the quizzes and submit assignments on audit mode?
@thekontuli2828
@thekontuli2828 2 жыл бұрын
The first positive comment of the video out of 2. I hereby pledge to start and finish this course, plz hold me accountable. Start date: 19 Nov 2022 Completion date: 30 Jan 2023
@ballinspalding11
@ballinspalding11 2 жыл бұрын
Update?
@RahulKumar-wf1fy
@RahulKumar-wf1fy 2 жыл бұрын
Is it helpful?
@douglasyusuf3269
@douglasyusuf3269 Жыл бұрын
Update????
@hellohey000
@hellohey000 Жыл бұрын
Update?!!!
@kaydotsee91
@kaydotsee91 Жыл бұрын
Did it work?
@mDHARYL
@mDHARYL Жыл бұрын
This is the full ibm data analytics in coursera 😁 Thanks 👍
@QuranicInsights2004
@QuranicInsights2004 3 ай бұрын
is it worth it to do?
@tammyafenfia2374
@tammyafenfia2374 Жыл бұрын
I have completed the IBM data science and IBM Data Engineering courses on an e-learning learning platform (name withheld)...it didn't come cheap $$$. I must say a massive Thank You to this channel, it's not an easy feat. We appreciate your efforts.
@cswbizberri4532
@cswbizberri4532 Жыл бұрын
Coursera or edX
@shivanshshukla5883
@shivanshshukla5883 Жыл бұрын
Just audit the course for free no?
@ashutoshshukla5803
@ashutoshshukla5803 Жыл бұрын
Did you get a data analyst job?
@നട്ടപ്രാന്തൻ-c
@നട്ടപ്രാന്തൻ-c 7 ай бұрын
1 lakh course fee
@toyinstephen6687
@toyinstephen6687 6 ай бұрын
Name withheld? You must be selling eja
@ahmedoyizzy5911
@ahmedoyizzy5911 9 сағат бұрын
Thanks for this now i can start learning at home since I'm financially down for now untill i can raise money and learn to get a certificate
@ZeryusXD
@ZeryusXD Жыл бұрын
hands down one of my most fav tech learning channel
@ЕкатеринаИванова-ы9я8ъ
@ЕкатеринаИванова-ы9я8ъ Жыл бұрын
Thank you very much for this course! It's hard to find any good course for money, but you made one for free. I can't even imagine how much effort you put into this video. THANK YOU
@whileHidingmyYouTube
@whileHidingmyYouTube Ай бұрын
7:07:46 Advanced Data Analysis and Visualization apps 7:15:26 Excel Dashboard 7:21:53 Cognos Analytics 7:35:04 Python
@RockstahRolln
@RockstahRolln Жыл бұрын
a Deep Deep heartfelt gratitude for putting in all this work and sharing it with us for no compensation. God Truly Truly Bless You!
@hobbyman1971
@hobbyman1971 Жыл бұрын
Thank you so much for this video and the effort put into it. I have to submit my last assessment regarding the OOP topic in the next 2 weeks and this video is a "life-saver"!!!
@celiapeters182
@celiapeters182 6 ай бұрын
How did ur assignment go? Are u working as a data analyst now? Good luck
@vishnur.venkatraman7098
@vishnur.venkatraman7098 Жыл бұрын
Love from India. I appreciate the good heart and effort of the person in uploading the video. Keep sharing the knowledge.
@nikitakathale1802
@nikitakathale1802 4 ай бұрын
Hi I am from India... did.u get job after this course completion?
@YohannaDachung
@YohannaDachung Жыл бұрын
THIS IS AWESOME.I REALLY APPRECIATE YOU FOR MAKING THIS COURSE FREE OF CHARGE.
@mariaakpoduado
@mariaakpoduado Жыл бұрын
I absolutely love this course. Thank you, thank you, and thank you!!!
@MarcBlanchard-oh6yo
@MarcBlanchard-oh6yo 3 ай бұрын
This is getting out of hands. You can get a full college education on youtube. You don't have to spend a dime. I was foolish not to have seen it earlier.
@MyLesson007
@MyLesson007 Жыл бұрын
✅Course Material: mega.nz/file/HBYViQRb#P7X4-tPnJjhDu5gEtEO5VIV8PrrO-sEy-yT26mEHvUg 👉Database Engineering By Meta : kzbin.info/www/bejne/n6i1n5iObKx8fas 👉Applied Data Science By IBM: kzbin.info/www/bejne/d37Xd4Z3qZWnkJI 👉Applied Data Science with R By IBM: kzbin.info/www/bejne/a6HLgYuhZt6jkKc 👉Google Data Analytics Professional Certificate Complete Courses: kzbin.info/aero/PLtS8Ubq2bIlVN4Zom0O-6rBysJs3wns60 ⭐⭐⭐⭐🕑TIME STAMP📋⭐⭐⭐⭐⭐ 👉INTRODUCTION TO DATA ANALYTICS 0:00:00 Modern Data Ecosystem and the Role of data analytics 0:21:48 The Data Analyst Role 0:39:39 The Data Ecosystem and Language for Data Professionals 1:08:41 Understandig Data Repositories and Big Data platforms 1:47:03 Gathering Data 2:03:47 Wrangling Data 2:26:55 Analyzing and Mining Data 2:46:33 Communicating Data Analysis Findings 3:11:19 Opportunities and Learning Paths 👉EXCEL BASICS FOR DATA ANALYSIS 3:40:06 Introduction to Spreadsheets for Data Analysis 4:06:37 Getting Started Using Spreadsheets 4:42:03 Basics of Data Quality and Privacy 5:01:55 Cleaning Data 5:30:02 Data Analysis Basics Filtering and Sorting Data 6:05:57 Using Pivot Tables 👉DATA VISUALIZATION AND DASHBOARDS EXCEL AND COGNOS 6:26:48 Creating Charts 6:50:32 Creating Advanced Charts 7:04:27 Creating Dashboards Using Spreadsheets 7:21:39 Creating Dashboards using IBM Cognos Analytics 👉PYTHON FOR DATA SCIENCE, AI & DEVELOPMENT 7:35:08 Types 7:38:11 Expressions and Variables 7:42:06 String Operations 7:46:04 Lists and Tuples 7:54:56 Dictionaries 7:57:21 Sets 8:02:39 Conditions and Branching 8:12:56 Loops 8:19:42 Functions 8:33:14 Exception Handling 8:37:03 Objects and Classes 8:47:56 Reading Writing files with open 8:54:34 Pandas 8:59:43 Numpy in Python 9:18:21 Simple APIs 9:28:41 REST APIs Webscraping and Working with Files 👉PYTHON PROJECT FOR DATA SCIENCE 9:51:59 Optional Intro to Webscraping 👉DATABASES AND SQL FOR DATA SCIENCE WITH PYTHON 10:01:58 Basic SQL 10:20:58 Introduction to Relational Databases and tables 10:43:05 Refining your Results 10:53:59 Functions Multiple Tables and Sub Queries 11:14:43 Accessing Databases Using Python 11:41:55 Assignment Preparing working with real world data sets and build in SQL 11:54:53 View Stored Procedures and Transactions 12:05:41 Join Statements 👉DATA ANALYSIS WITH PYTHON 12:18:16 Import Datasets 12:38:02 Data Wrangling 12:57:26 Exploratory Data Analysis 13:17:06 Model Development 13:44:31 Model Evaluation and Refinement 👉DATA VISUALIZATION WITH PYTHON 14:05:42 Welcome 14:10:13 Introduction to Data Visualization 14:32:21 Basic Visualization tools 14:45:36 Specialized Visualization tools 14:58:24 Advanced Visualization tools 15:03:48 Visualization Geospatial Data 15:13:06 Creating dashboards with plotly and dash 👉IBM DATA ANALYST CAPSTONE PROJECT 15:30:37 Welcome to the Course 15:33:49 How to Present your Findings ♥♥Thanks for watching don't forget to like and Subscribe♥♥
@jitendratiwari6886
@jitendratiwari6886 Жыл бұрын
wow everything is free
@bucs2021
@bucs2021 Жыл бұрын
No files to work and/or practice. Links provided are JUST html files with descriptions ONLY. Watching 15 hours like a movie, don't get much. I know is free, but we can't use it, or fully benefit from it. I have read the same request/complain from other comments, that tells me you know, and is nothing you can do about it.
@macmsk
@macmsk Жыл бұрын
Can you please tell us what are the differences between this course and the data engineering by Meta course?
@jngdstdnt4357
@jngdstdnt4357 Жыл бұрын
thank you!
@agorchidera8480
@agorchidera8480 2 ай бұрын
I am finding it difficult to download the course material. Please help!!!
@successfulvictorypublisher6090
@successfulvictorypublisher6090 2 жыл бұрын
Deepest thanks for being a Godsend blessing! Keep up the great work!
@s_nichim
@s_nichim Жыл бұрын
God bless your soul, I wish you everything best in this life, thank you
@Albert_cia
@Albert_cia 13 күн бұрын
31st Dec. 2024, the very last day of the yr. Wow! God bless you abundantly for this. I just started the video, and my heart is filled with gratitude already. I'm already excited for 2025 and can't wait to own a computer system. Once again, God bless you sir/ma'am 🙏
@СашиныРазговорчики
@СашиныРазговорчики Жыл бұрын
Thank you so so much for sharing this training! In just first 15 minutes I had found clear answers to questions I had about modern data science sphere of knowledge.
@ewuolakabir3989
@ewuolakabir3989 8 ай бұрын
You mean 15hours?
@babitakumari2131
@babitakumari2131 6 ай бұрын
Can we do data analytics after B.A. ? Because I'm confused some people say those who do this course who completed commerce or science stream..but I have humanities. So what should we do?
@СашиныРазговорчики
@СашиныРазговорчики 6 ай бұрын
@@ewuolakabir3989 minutes. I had found answers to some questions, not all of them. :) I still meed to finish watching.
@СашиныРазговорчики
@СашиныРазговорчики 6 ай бұрын
@@babitakumari2131 Absolutely. Any kind of data could and should be analysed.
@babitakumari2131
@babitakumari2131 6 ай бұрын
@@СашиныРазговорчики have you done this course?
@annettewairimu5542
@annettewairimu5542 Жыл бұрын
Am about to start this. Excited.
@daisy83008
@daisy83008 3 ай бұрын
I am from a 3rd tier state of indian, and i am greatful to this courses because i am learning it free of course.God bless you
@ashilysantosh1472
@ashilysantosh1472 Жыл бұрын
OmGod..i wanna be data analyst. And i started doing basics learning excel, sql ..but now i got this video....🤩🤩i will be learning from this video too from now wards 🥳 Thaankiyuuuuu somuchh ☺️☺️
@kushalsaha6299
@kushalsaha6299 10 ай бұрын
Hi I have zero knowledge of data analysis. Is this video helpful?? How was your experience till now
@shruti9319
@shruti9319 4 ай бұрын
Hey 👋🏻 Have you been to some company yet
@5Laabh
@5Laabh Жыл бұрын
Good Accent English used, Generally Ameican accent is bit tough to catch by most of the students all over the globe. Hence this teacher gave in decent accent and maintained medium pace while giving lecture. Thank you very much my lesson for such a great video. Kudoos to you
@thesciencekid3546
@thesciencekid3546 Жыл бұрын
No American accent is the easiest to catch.
@xijingpoopoo6792
@xijingpoopoo6792 Жыл бұрын
American English is the easiest dialect to understand. Better than a thick Indian accent.
@flabbybum9562
@flabbybum9562 Жыл бұрын
I'm so grateful for this. I am going to really apply myself to this.
@MochaRose990
@MochaRose990 Жыл бұрын
did you?
@princesscelestina4044
@princesscelestina4044 9 күн бұрын
Okay guys I'm starting today plz encourage me because my heart is about to burst seeing the course outlines 😢😢. Give me likes to remember that im not the only one here
@EpicEdge16
@EpicEdge16 9 күн бұрын
Me too. Starting today
@BritarchSchool
@BritarchSchool 2 күн бұрын
How are you getting on ?
@OutfitsInspo
@OutfitsInspo 14 сағат бұрын
You are not alone!! I started on the 12th January 2025 I will come back when I'm done with the Course Outline. #fighting💪
@Onuohapauline
@Onuohapauline 13 сағат бұрын
I just started 10days ago I need a partner to learn together to help in accountability and motivation 😢
@Lolalingo
@Lolalingo 10 сағат бұрын
I'm also in need of accountability partner, can I be your partner?​@@Onuohapauline
@JanyaK
@JanyaK 6 ай бұрын
This is a Miracle. Angel deed by putting out this course for free. Thanks a Billion. Blessed!.
@HoratioPanzani
@HoratioPanzani Жыл бұрын
5:57:35 small syntax error . Ive spent some time trying this without results , until i realized that the correct syntax is : =vlookup(b3;a2:b12;2;false) . ITS NOT SIMPLE COMMA . ( at least in my case , i see that in the tutorial it works with comma )
@Sashik
@Sashik Жыл бұрын
I'm here just to take a glance at the course, but on this matter, I want to inform you, that ; or , is based on a Locale (Regional) settings of the spreadsheet, which affects formatting details such as functions, dates, and currency. As per Google Sheets settings, and I believe, may affect the Excel too. Cheers
@durga39119
@durga39119 Жыл бұрын
Thank you So much. God bless you abundantly. You didn't know how great this help is
@helenojajuni3167
@helenojajuni3167 5 күн бұрын
I will finish this!!!! Someone should ask me in three days time. God bless the owner of this course
@BritarchSchool
@BritarchSchool 2 күн бұрын
Hello Helen , Have you finished the course
@bl0b651
@bl0b651 6 ай бұрын
Thanks a lot for free course I want restart my career it is god had send me this video thanks a lot from heart
@-kunchalaAjay
@-kunchalaAjay 4 ай бұрын
is it certified course??
@Dasologos
@Dasologos Жыл бұрын
He put all of them in one video. Nice!!
@西呱-u4p
@西呱-u4p Жыл бұрын
Is this the complete version of IBM 40-hour long courses? How he condense the courses into just 15 hours?
@sudarmathi265
@sudarmathi265 6 ай бұрын
Really appreciating the efforts to share the knowledge and Content👏👏.. As a beginner for me this video worth to watch
@lelechery1090
@lelechery1090 3 ай бұрын
This amazing omg thanks thanks thanks. I can see that it answer literaly all my question just from checking the rode map.
@WithRose111
@WithRose111 Жыл бұрын
Thank you so much for the detailed full course. God bless you abundantly. May you never lack in times of need👏🏾👏🏾🙏🏾
@MyLesson007
@MyLesson007 Жыл бұрын
Thank you! You too!
@yzeng01
@yzeng01 Жыл бұрын
any comments about too much commercials because of thie free knowledge instruction😎?
@geetikasharma462
@geetikasharma462 Жыл бұрын
this course help me most. Thanku you
@hoahan3888
@hoahan3888 Жыл бұрын
What a informative video. Thanks for detailed course.
@GOODKING-s9n
@GOODKING-s9n 4 ай бұрын
I love you so much, Thanks a ton for this wonderful video and knowledge sharing. Please keep doing your Nobel service
@RaymondAgberebi
@RaymondAgberebi 7 ай бұрын
Thank you for this wonderful opportunity to have access to this course all for free. God bless you
@jathebest2835
@jathebest2835 Жыл бұрын
Man..I'm currently enrolled in the Google Data Analytics course, and I always wondered about the IBM side.. How did this video happen.. I lost my words because the course is such valuable material and it's for free on KZbin...
@Kamcee_botanical
@Kamcee_botanical Жыл бұрын
Greetings to you, please I would like to know if the course on Google is free.
@MrToco23
@MrToco23 Жыл бұрын
@@Kamcee_botanical I am about to finish it but it's not free, that being said it is only about $40 a month and you have access to not just the Data Analytics course but to a plethora of material and content. You can also cancel your subscription whenever you want to.
@humayrahkhan7100
@humayrahkhan7100 Жыл бұрын
​@@MrToco23 so what's your opinion on Google or IBM please reply... which course is best
@MrToco23
@MrToco23 Жыл бұрын
@@humayrahkhan7100 sorry for some reason I didn't see this comment. Honestly the Data Analytics certificate is pretty basic. I would recommend it to someone that has no background or wants to switch career paths and basically get their "feet wet". A bootcamp program at a university or getting an actual degree is the way to go. I am currently enrolled in a bootcamp program at the University and I can tell you I learned more in the first 2 weeks than the whole google certificate program.
@ashutoshshukla5803
@ashutoshshukla5803 Жыл бұрын
How do I apply for a data analyst job
@HalimatAjoke
@HalimatAjoke Жыл бұрын
Thank you so much for this resource. Very insightful
@jo.burgos
@jo.burgos Жыл бұрын
Thank you so much for this informative starter. Bless you❤
@LuisFelipeDelgado-c6r
@LuisFelipeDelgado-c6r 6 ай бұрын
Amazing endowment to us, a good contribution to those who need as myself is.
@jeffunisonsiameh1245
@jeffunisonsiameh1245 Жыл бұрын
Thank you for sharing this information to the entire world kudoo
@ucnguyentuan247
@ucnguyentuan247 Жыл бұрын
09:18:20 API to 9:51:59 Webscraping
@HaloberryTravels
@HaloberryTravels 6 ай бұрын
Thank you, I am blessed by your work. God bless you😄
@saulgoodmanxd
@saulgoodmanxd Жыл бұрын
Complete the video before IBM Sue this channel ❤❤❤🎉🎉🎉
@marcochacon5882
@marcochacon5882 Жыл бұрын
Thanks by sharing this knowledge with community
@daniyalahmad981
@daniyalahmad981 2 жыл бұрын
Thanku soo much very need full video ❤️
@irshadrafiq
@irshadrafiq Жыл бұрын
Thank you for sharing such a knowledgeable information
@dintom-hz3lf
@dintom-hz3lf 4 ай бұрын
😮 This is GOLD! Thanks!
@YT-xm2zl
@YT-xm2zl 5 ай бұрын
Thank you so much for this video. It helped me a lot.
@Successwithme2611
@Successwithme2611 Жыл бұрын
i am foreigner so the subtitle help me a lot to understand cause less video outthere have subtitles.
@Kenayi22
@Kenayi22 Жыл бұрын
Great content but wow! Never seen so many ads in a single video
@JM-pp5ji
@JM-pp5ji Жыл бұрын
This! I appreciate the generosity and certainly wouldn’t mind an ad or two but every 5 min??!!! Nope, I’ll get the info elsewhere.
@itsakashvoice7612
@itsakashvoice7612 Жыл бұрын
Good bless you sir respect by heart 🙏
@danielhdezf
@danielhdezf 2 жыл бұрын
Thanks, I'll watch the full video...
@salahderdar5148
@salahderdar5148 Жыл бұрын
Thank you a lot for this work ❤
@Nokia-o4v
@Nokia-o4v Жыл бұрын
Hi there! @32:38 welcome to visakhapatnam. I'm really sorry if mentioning the city name is inappropriate 'other than the content' in the comment section for this video. Because we don't have proper jobs here. Gratitude from Vishakapatnam.
@halimatmikail8343
@halimatmikail8343 Ай бұрын
❤this is really help..... thanks so much
@enkaylala
@enkaylala Жыл бұрын
I'm excited to have learned a whole lot
@trungtruc4850
@trungtruc4850 Жыл бұрын
Thank you so much, it was so valuable
@ijeomaamakwe2299
@ijeomaamakwe2299 4 ай бұрын
Well detailed lecture, Thanks 🙏
@macmsk
@macmsk Жыл бұрын
What are the differences between this course and the data engineering by Meta course mentioned above?
@SanekaRice
@SanekaRice 5 күн бұрын
What are the top 10 data analytics siftware platiforms to foloow along and implement all thet us taught here to strengthen the understanding
@Slaayb1055
@Slaayb1055 8 ай бұрын
I'm about to start the 15hrs journey. Please quick question, does the course explore the use of KPI ?
@canarsie-kid
@canarsie-kid Жыл бұрын
Excellent!! Thank you.
@iAmAHobbyist
@iAmAHobbyist 6 ай бұрын
wow! salamat po from the Philippines! ☺
@Studyforthegoals
@Studyforthegoals 5 ай бұрын
Hello po beginner din kayo sa DA?
@PepperDeee
@PepperDeee 5 ай бұрын
Sino po pede maging study buddy for DA?
@kunjanvadodaria1469
@kunjanvadodaria1469 Ай бұрын
Hello, My Lesson. This study material Link doesn't have the Excel files for the practice, Do you have any other link to get them?
@kenseiSP4
@kenseiSP4 2 жыл бұрын
I would like to watch a video of everything about "Computer Science" made by you
@kelvincheng5620
@kelvincheng5620 Жыл бұрын
Thank you, appreciate!
@technologytaleai
@technologytaleai 3 ай бұрын
This is helpful for learning data analytics
@diegoyamithurregovega2918
@diegoyamithurregovega2918 Жыл бұрын
thanks for this awesome video!!!
@samreally3420
@samreally3420 10 ай бұрын
Hello, Can you please write the steps to download the transcript for the full course? I tried with Mega and Google Drive to see the transcript but I was unable to download and access that. appreciate your feedback.
@faiqmunsif9086
@faiqmunsif9086 23 сағат бұрын
There is another course of Data analytics by Microsoft .Could you please upload that one .
@evanskesena4789
@evanskesena4789 Жыл бұрын
Thank you so much for this course, may God bless you. could you please share the data used so that we can have some data to learn with
@sadiqpeter9294
@sadiqpeter9294 Жыл бұрын
Great content. a very quick one, where can I find the spreadsheet data used in the excel Analysis sample?
@MyLesson007
@MyLesson007 Жыл бұрын
In the description
@sadiqpeter9294
@sadiqpeter9294 Жыл бұрын
@@MyLesson007 not there, I downloaded the file for the materials but there was no Excel data included ,used in the lectures. I only got a bunch of HTML file of the summary of each lectures.
@mautrunk
@mautrunk Жыл бұрын
@@sadiqpeter9294 i was just about to write the same thing
@sulemansuleman2844
@sulemansuleman2844 Жыл бұрын
@@sadiqpeter9294 I didn't get the datasets too. Got a bunch of HTML files
@ntonyjaime_
@ntonyjaime_ Жыл бұрын
Can someone help with that please
@helloWorld-cw9sk
@helloWorld-cw9sk Жыл бұрын
Python 7:35:12 🎉
@Piano-b7b
@Piano-b7b 4 ай бұрын
God bless you for this course
@cindystokes8347
@cindystokes8347 Жыл бұрын
Her definition of data scientist sounds a lot like what is being posted as the expected responsibilities of lower paid analysts out on the job boards. Anyone else noticing that?
@JohnDoe-kh3hy
@JohnDoe-kh3hy Жыл бұрын
My The AllMugjty Good Lord Bless you and your family. Thasks for all your effort and dedication. He, Is The One you will receive your reward from. No doubt 🙏
@tomamore3
@tomamore3 11 ай бұрын
The business speak in this video is second to none. It's like they get paid per word in business speak.
@farhatmahi4509
@farhatmahi4509 Жыл бұрын
Where can I find the excel files used in this video? Can't find them in the course material.
@raccoon874
@raccoon874 Жыл бұрын
the links are in the video description - they are RAR files, you'll need to get a free RAR file reader online
@OktosELAsywal
@OktosELAsywal Жыл бұрын
This is exactly what we are doing for work, and we do this just two person only
@funkyflame123
@funkyflame123 Жыл бұрын
Is this a part of the IBM Data Analyst course on Cousera?
@tedjr2171
@tedjr2171 Жыл бұрын
thank you for sharing your knowledge.
@digamberdeshmukh974
@digamberdeshmukh974 Жыл бұрын
Thank you for your efforts..
@Nicolasszu
@Nicolasszu Жыл бұрын
que ds te bendiga seas quien seas. gracias por esto!!!
@md.shamsadhasan7853
@md.shamsadhasan7853 Жыл бұрын
❤❤❤ please keep the work
@chaitanyasrinevas8764
@chaitanyasrinevas8764 Жыл бұрын
Hi, I want to ask, is this the complete course of IBM Data Analyst professional certifcate from coursera? Because I cannot see the Python related course and Cognos related modules.
@walker5956
@walker5956 9 ай бұрын
You know how to download the dataset
I Tried 50 Data Analyst Courses. Here Are Top 5
8:41
Stefanovic
Рет қаралды 263 М.
How I Would Become a Data Analyst In 2025 (if I had to start over again)
15:40
Avery Smith | Data Analyst
Рет қаралды 93 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Google vs IBM Data Analytics Certificates | Which is Better?
5:58
Alex The Analyst
Рет қаралды 349 М.
Master Data Analysis on Excel in Just 10 Minutes
11:32
Kenji Explains
Рет қаралды 2,3 МЛН
Breaking Into Data Analysis: Steps for Beginners
11:43
THE LARRY LEO
Рет қаралды 4,2 М.
How He Got $600,000 Data Engineer Job
19:08
Sundas Khalid
Рет қаралды 202 М.
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,2 МЛН
Data Analytics vs Data Science
6:30
IBM Technology
Рет қаралды 572 М.
How I Would Learn to be a Data Analyst
12:30
Luke Barousse
Рет қаралды 1,6 МЛН
Los Angeles Fire -- Vocabulary You Should Know - from the news
13:12
AccurateEnglish
Рет қаралды 22 М.
STTAT 4051 Group Presentation: Group 11-14
52:34
Prof Kazeem Adepoju
Рет қаралды 31