Data Analytics FULL Course for Beginners to Pro in 29 HOURS - 2024 Edition

  Рет қаралды 2,639,945

WsCube Tech

WsCube Tech

6 ай бұрын

Data Analytics FULL Course for Beginners to Pro in 29 HOURS - 2024 Edition
🔴 To learn Data Analytics Course online with regular LIVE CLASSES, enroll now: www.wscubetech.com/landing-pa...
GitHub Link: github.com/Ayushi0214/Datasets
00:00:00 - 02:15:26: Python Basics
- Introduction to Python for Data Analytics
- Python Installation in Windows
- Python IDE (Pycharm)
- First Program in Python
- Comments, Variables, Datatypes, User-Inputs
- TypeCasting, Subtypes, Problem-Solving
- Operators and Operands
- Conditional Statements
02:40:22 - 06:36:18: Python - Loops and Lists
- Introduction to Loops
- For Loop, While Loop, Nested Loops
- For Loop with Conditional Statements
- Break and Continue Statement
- Loops Problem Solving
- Introduction to Lists
- Lists Slicing, Iteration, Functions
- List Comprehension, Problem Solving
06:47:43 - 07:36:16: Tuples, Dictionaries, and Sets in Python
- Introduction to Tuples
- Tuples Slicing, Iteration, Functions, Problem Solving
- Introduction to Dictionaries
- Iteration, Functions, Nested Dictionaries, Problem Solving
- Introduction to Sets
- Set Methods, Problem Solving
08:16:10 - 09:14:20: Python Functions and Modules
- Introduction to Functions
- Parameters, Arguments, Return Statement, Recursion
- Lambda Function, Local and Global Variables
- Functions Problem Solving
- Introduction to Modules, In-built Modules
- Creation of Modules, Project Random Module
09:15:59 - 15:57:26: Numpy and Data Manipulation
- Introduction to Numpy
- Installation of Jupyter Notebook
- Creation, Indexing, and Slicing of Numpy Arrays
- Mathematical Operations, Combining and Splitting Arrays
- Search, Sort, Filter Arrays, Aggregating Functions
- Statistical Functions in Arrays
12:01:26 - 13:45:36: Pandas for Data Analysis
- Introduction to Pandas
- Creation of Data Frames, Exploring Data
- Dealing with Duplicate values, Missing Data
- Column Transformation in Pandas, GroupBy
- Merge, Concatenate, Join in Pandas
- Pivoting and Melting Dataframes
13:43:51 - 15:57:26: Matplotlib for Data Visualization
- Introduction to Matplotlib
- Bar, Line, Scatter, Pie, Box, Histogram, Violin, Stem plots
- Stack Plot, Step Chart, Legends, Subplot
- Save a Chart Using Matplotlib
- Data Visualization in Seaborn
- Seaborn Project
18:38:09 - 21:02:52: MySQL for Data Analytics
- Introduction to MySQL
- Installation, Importing Data
- Select Query, Where Clause
- AND, OR, NOT Operators, Like Operator
- Order By, Limit, Between
- IN, NOT IN operator, String Functions
- Data Aggregation, Numeric Functions
- Date Functions, Case Operator
- Group By, Having Clause
- Joins, Set Operators, Subqueries, Views
- Stored Procedure, Window Functions
21:14:31 - 24:45:52: Excel for Data Analytics
- Introduction to MS Excel
- Basic Functions, Data Validation
- Data Connectors, Conditional Formatting
- Basics of Formatting, Sorting, Filtering Data
- Dealing with Null Values, Duplicate Values
- Trimming Whitespaces, Text Functions
- IF, AND, OR Functions, Date & Time Functions
- COUNTIF, SUMIF Functions, Xlookup
- Power Query, Cleaning and Transformation
- Creating a Dashboard in Excel, myExcel Project
25:38:35 - 29:09:56: Power BI Essentials
- Introduction to Power Bi
- Installation of Power Bi Desktop
- Data Connectors, Basic Transformations
- Format Tool, Pivoting, Unpivoting of data
- Adding Conditional Columns, Merge queries
- Data model, Relationship Management
- Introduction to DAX, Calculated Columns, Measures
- DAX Functions, Visualizations, Filters
- Creating Reports, Custom Visuals
- Designing for Phone vs Desktop Report Viewers
- Publishing Reports to Power BI Services
👉 Want to learn and acquire skills in English? Visit WsCube Tech English channel: bit.ly/2M3oYOs
📌 𝗩𝗼𝘁𝗲 𝗳𝗼𝗿 𝗼𝘂𝗿 𝗻𝗲𝘅𝘁 𝘃𝗶𝗱𝗲𝗼: bit.ly/share-topic-ideas
For any queries, call us on: +91-7878985501
✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -
👉 Instagram - / kushagrabhatiaofficial
👉 LinkedIn - / kushagra-bhatia
👉 Facebook - / kushagrawscubetech
Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:
😄 Facebook: / wscubetech.india
🐦 Twitter: / wscubetechindia
📱 Instagram: / wscubetechindia
👨🏻‍💻 LinkedIn: / wscubetechindia
🔺 KZfaq: bit.ly/wscubechannel
🌐 Website: wscubetech.com
-------------------------------------| Thanks |--------------------------
#dataanalysis #analyticscourse #dataanalytics #dataanalytics2024

Пікірлер: 1 800
@wscubetech
@wscubetech 6 ай бұрын
🔴 To learn Data Analytics Course online with regular LIVE CLASSES, enroll now: www.wscubetech.com/landing-pages/online-data-analytics-course.html?KZfaq&JAN2024_04&RV
@jssmotivation6652
@jssmotivation6652 6 ай бұрын
Financial modeling and valuation course pr video banye
@krishanurakesh6057
@krishanurakesh6057 6 ай бұрын
Agr ye diya hua link me course hai to video me kya hai fir...video me full course nahi h kya?
@jackpatel6035
@jackpatel6035 6 ай бұрын
Business analyst pe b ek esa video bana do 😅
@BillionaireMindset37
@BillionaireMindset37 6 ай бұрын
Fees??
@kumaryash6419
@kumaryash6419 6 ай бұрын
01:08:14 pe int ph_no and grade ke liye bhi int data type use nahi hua
@nam9555
@nam9555 4 ай бұрын
1:55 What is data analytics? 14:35 Python installation on windows 17:21 Python IDE pycharm 32:00 Creating variables in python 39:20 Data-types and user input 49:40 Typecasting and subtypes 55:56 Problem Solving 1:10:00 Operator and Operands 1:11:53 Arithmetic Operators 1:17:01 Comparisional operators 1:20:54 Logical Operators 1:26:53 Assignment operators 1:30:32 Identity operators 1:33:03 Bitwise operators 1:44:00 Membership operators 1:46:07 Conditional Statements 2:09:03 Short hand if statement 2:15:35 Problem Solving 2:40:33 Introduction to loops and types 2:42:21 For loop 2:55:05 While loop 3:02:56 While True 3:07:33 Nested Loop 3:16:43 For loop with conditional Statement 3:22:06 Break and continue statement 3:27:36 Problem Solving 4:14:55 String manipulation 4:34:56 String functions 5:08:45 Slicing in strings 5:16:10 Problem Solving 6:01:19 Introduction to lists 6:05:32 Slicing Lists 6:12:29 List iteration 6:20:38 List functions 6:36:43 Problem Solving Tuples, Dictionary and Sets in python 6:48:08 Introduction to Tuples 6:52:23 Slicing and iteration in Tuples 7:00:21 Conversion of Tuples and Tuple functions 7:04:41 Problem Solving 7:15:45 Introduction to Dictionaries 7:20:36 Iteration in Dictionaries 7:36:44 Problem Solving 7:45:12 Introductin to Sets 7:48:56 Sets Functions 8:07:21 Problem Solving 8:16:41 Introduction to Functions 8:22:14 Parameters and Arguments 8:28:47 Return statement and recursion in Functions 8:41:02 Lambda function 8:45:07 Local and Global variable 8:49:32 Problem Solving 9:14:55 Introduction to Modules 9:16:34 In-built Modules 9:36:00 Hotel booking cancellations using data analysis and excel // I dont know how its come? Numpy and Data manipulation 10:28:47 Introduction to Numpy 10:40:49 Installation of Jupyter Notebook 10:47:30 Creation,indexing and slicing of numpy arrays 10:57:10 Attributes of array 10:59:13 Inspecting an arrays 11:05:55 Mathematical operations and Functional Arrays 11:13:11 Combining and splitting Arrays 11:21:44 Adding and Removing elements in the arrays 11:38:16 Aggregating functions in arrays 11:48:32 Statistical functions in arrays 12:02:10 Introduction to Pandas 12:08:22 Creation of Dataframes 12:16:30 Exploring Data in padas 12:25:12 Handling Duplicate Values 12:31:20 Working with missing data 12:43:54 Columns Transformation Part-1 12:53:07 Columns Transformation Part-2 12:59:02 Group By 13:06:56 Merge, Join and concatenate 13:18:22 Compare Dataframes 13:28:44 Pivoting and Melting Dataframes 18:39:17 Introduction to MySQL 18:47:39 Import CSV files and sample database 18:52:13 Select query 18:55:24 Where clause 19:00:11 And,OR and Not operator 19:07:32 Like operator 19:11:17 Order By 19:16:17 Limit 19:19:30 Between operator 19:23:19 In and not in operator 19:28:12 String Functions 19:38:00 Data Aggregation Numeric Functions 19:45:52 Date functions 19:52:31 Case operator 19:59:17 Group By 20:03:43 Having Clause 20:07:30 Join In (Inner,Left,Right,Cross) 20:20:18 Set operators 20:34:42 Views 20:40:48 Stored Procedure 20:53:41 Window Functions 21:04:54 Introduction to MS-Excel 21:15:19 Basic Functions of MS-Excel 21:19:52 Data validation in MS-Excel 21:28:34 Data connectors 21:36:23 Conditional Formatting 21:44:35 Basics Formatting 21:49:29 Sorting Data 21:56:10 Filtering Data 22:02:28 Dealing with null values 22:11:51 Dealing with duplicates values 22:16:48 Trimming Whitespaces 22:20:58 Fixing Column Formats 22:27:08 Text Functions 22:37:44 If,And and Or functions 22:45:29 Date & Time functions 22:52:38 Countif, countifs, sumif, sumifs 22:59:50 Xlookup in excel 23:07:50 Power Query 23:15:56 Cleaning and Transformation 23:23:13 Dealing with text tools 23:30:01 Number tools 23:24:31 Date time tool 23:38:02 Conditional Columns 23:41:34 Combine multiple Files 23:46:37 Data modeling and its importance 24:02:01 Cardinality and filter Direction 24:07:51 Hierarchy in power pivot 24:12:06 Pivot table in ms-excel 24:19:15 Pivot charts 24:25:32 Working with slicers 24:30:21 Creating Buttons 24:40:57 Dashboard in MS-Excel
@LiberalBalak
@LiberalBalak 3 ай бұрын
Bhai tum bhagwaan ka bande ho
@k1koo00
@k1koo00 3 ай бұрын
Bhagwan tumhara bhala kre
@fastnews8293
@fastnews8293 3 ай бұрын
Thank you so much bro
@vivekyadav-cy9xf
@vivekyadav-cy9xf 3 ай бұрын
Bhai kitna Sara chapter h
@02arondekarganesh69
@02arondekarganesh69 3 ай бұрын
bhai kitane din lage tumhe course khatam karne ko?
@IHackerAnsh90
@IHackerAnsh90 12 күн бұрын
Please help me finish this course, 1 like = 1 reminder 😅
@mohibvideos
@mohibvideos 10 күн бұрын
Watching?
@IHackerAnsh90
@IHackerAnsh90 10 күн бұрын
@@mohibvideos yup
@mohibvideos
@mohibvideos 9 күн бұрын
Did you finish?
@nanditakb3928
@nanditakb3928 8 күн бұрын
Even I am starting today... 🤞 I too need motivation and remainder
@Out.of.station.
@Out.of.station. 7 күн бұрын
Aja bhai comments kar dia dekh Lee 😂😂😅
@b_karki001
@b_karki001 2 ай бұрын
1st day: 2 hr 40 mins. i hope, u get inspire too to finish this all!!. React like so that i get notified everyday.
@piyushpandey8693
@piyushpandey8693 2 ай бұрын
Kya bhai khatam hua abhi tak?
@user-sy1tw4cw5r
@user-sy1tw4cw5r 2 ай бұрын
Kha pahucha bhai
@BitPanda-do9hh
@BitPanda-do9hh 2 ай бұрын
Hey you doing this course too?
@user-sy1tw4cw5r
@user-sy1tw4cw5r 2 ай бұрын
@@BitPanda-do9hh better to learn from udemy
@user-vn5ex2ue7b
@user-vn5ex2ue7b 2 ай бұрын
2 hr purh k hi yeh data anaylst bngaya tha, ambani ka kaam ab yehi dekh rha hai... Building k bahir se😂
@Sanatan_shiksha1
@Sanatan_shiksha1 6 ай бұрын
Omg 29 hours 😮..... what a unbelievable effort by your team
@amitsrivastav5809
@amitsrivastav5809 5 ай бұрын
Tum kyu thanks bol rhe ho?​@@motivatigyan6417
@alokmishra4640
@alokmishra4640 4 ай бұрын
program run nahi ho raha mere computer main.aap help kar sakta hai ?
@Sanatan_shiksha1
@Sanatan_shiksha1 4 ай бұрын
@@alokmishra4640 you installed all libraries?
@AS-tx9tb
@AS-tx9tb 4 ай бұрын
​@@alokmishra4640 konsa program
@SatyamSapkalSagar
@SatyamSapkalSagar 4 ай бұрын
@@alokmishra4640 🤣🤣
@rahulanand9937
@rahulanand9937 6 ай бұрын
Eski bahot jada jarurat thi mai bata nahi sakta aapne un hazaro student pe kitna reham kiya hai jo bade city me aa ker kisi institute me afford nahi kar sakte hai thank you so much ws cube aapka channel 100 million subscribers ho bahot jald god will always with you all cause you help millions🙏
@deepakkushwahaji3109
@deepakkushwahaji3109 6 ай бұрын
@Kings48680
@Kings48680 6 ай бұрын
Ha bhai muje bhi chahiye tha data analytics ka course milgya finally 🥳
@Dcrz10
@Dcrz10 6 ай бұрын
@ishansdcool2006
@ishansdcool2006 6 ай бұрын
Mann ki baat chheen li, Bhaisahab aapne.
@Kings48680
@Kings48680 6 ай бұрын
@@ROHITA707 😂😂
@dineshkarthik3606
@dineshkarthik3606 5 ай бұрын
This is my first message in KZfaq Super explanation near and clear understanding the concept what your r produce thanks you so much for the wonderful session 🙏
@AyushYadav-n5h
@AyushYadav-n5h 12 күн бұрын
0:00 Instroduction 1:55 What is data analytics? 14:35 Python installation on windows 17:21 Python IDE pycharm 32:00 Creating variables in python 39:20 Data-types and user input 49:40 Typecasting and subtypes 55:56 Problem Solving 1:10:00 Operator and Operands 1:11:53 Arithmetic Operators 1:17:01 Comparisional operators 1:20:54 Logical Operators 1:26:53 Assignment operators 1:30:32 Identity operators 1:33:03 Bitwise operators 1:44:00 Membership operators 1:46:07 Conditional Statements 2:09:03 Short hand if statement 2:15:35 Problem Solving 2:40:33 Introduction to loops and types 2:42:21 For loop 2:55:05 While loop 3:02:56 While True 3:07:33 Nested Loop 3:16:43 For loop with conditional Statement 3:22:06 Break and continue statement 3:27:36 Problem Solving 4:14:55 String manipulation 4:34:56 String functions 5:08:45 Slicing in strings 5:16:10 Problem Solving 6:01:19 Introduction to lists 6:05:32 Slicing Lists 6:12:29 List iteration 6:20:38 List functions 6:36:43 Problem Solving Tuples, Dictionary and Sets in python 6:48:08 Introduction to Tuples 6:52:23 Slicing and iteration in Tuples 7:00:21 Conversion of Tuples and Tuple functions 7:04:41 Problem Solving 7:15:45 Introduction to Dictionaries 7:20:36 Iteration in Dictionaries 7:36:44 Problem Solving 7:45:12 Introductin to Sets 7:48:56 Sets Functions 8:07:21 Problem Solving 8:16:41 Introduction to Functions 8:22:14 Parameters and Arguments 8:28:47 Return statement and recursion in Functions 8:41:02 Lambda function 8:45:07 Local and Global variable 8:49:32 Problem Solving 9:14:55 Introduction to Modules 9:16:34 In-built Modules 9:36:00 Hotel booking cancellations using data analysis and excel // I dont know how its come? Numpy and Data manipulation 10:28:47 Introduction to Numpy 10:40:49 Installation of Jupyter Notebook 10:47:30 Creation,indexing and slicing of numpy arrays 10:57:10 Attributes of array 10:59:13 Inspecting an arrays 11:05:55 Mathematical operations and Functional Arrays 11:13:11 Combining and splitting Arrays 11:21:44 Adding and Removing elements in the arrays 11:38:16 Aggregating functions in arrays 11:48:32 Statistical functions in arrays 12:02:10 Introduction to Pandas 12:08:22 Creation of Dataframes 12:16:30 Exploring Data in padas 12:25:12 Handling Duplicate Values 12:31:20 Working with missing data 12:43:54 Columns Transformation Part-1 12:53:07 Columns Transformation Part-2 12:59:02 Group By 13:06:56 Merge, Join and concatenate 13:18:22 Compare Dataframes 13:28:44 Pivoting and Melting Dataframes 13:47:01 Bar, Line, Scatter, Pie, Box, Histogram, Violin, Stem plots 13:52:11 Stack Plot, Step Chart, Legends, Subplot 13:56:21 Save a Chart Using Matplotlib 14:00:01 Data Visualization in Seaborn Starting with a review of why Seaborn complements Matplotlib. Exploring several types of plots and how Seaborn simplifies the process. 15:50:01 Seaborn Project Practical implementation of Seaborn skills in a project-based example. Concluding with best practices and tips for effective data visualization using Seaborn. 18:39:17 Introduction to MySQL 18:47:39 Import CSV files and sample database 18:52:13 Select query 18:55:24 Where clause 19:00:11 And,OR and Not operator 19:07:32 Like operator 19:11:17 Order By 19:16:17 Limit 19:19:30 Between operator 19:23:19 In and not in operator 19:28:12 String Functions 19:38:00 Data Aggregation Numeric Functions 19:45:52 Date functions 19:52:31 Case operator 19:59:17 Group By 20:03:43 Having Clause 20:07:30 Join In (Inner,Left,Right,Cross) 20:20:18 Set operators 20:34:42 Views 20:40:48 Stored Procedure 20:53:41 Window Functions 21:04:54 Introduction to MS-Excel 21:15:19 Basic Functions of MS-Excel 21:19:52 Data validation in MS-Excel 21:28:34 Data connectors 21:36:23 Conditional Formatting 21:44:35 Basics Formatting 21:49:29 Sorting Data 21:56:10 Filtering Data 22:02:28 Dealing with null values 22:11:51 Dealing with duplicates values 22:16:48 Trimming Whitespaces 22:20:58 Fixing Column Formats 22:27:08 Text Functions 22:37:44 If,And and Or functions 22:45:29 Date & Time functions 22:52:38 Countif, countifs, sumif, sumifs 22:59:50 Xlookup in excel 23:07:50 Power Query 23:15:56 Cleaning and Transformation 23:23:13 Dealing with text tools 23:30:01 Number tools 23:24:31 Date time tool 23:38:02 Conditional Columns 23:41:34 Combine multiple Files 23:46:37 Data modeling and its importance 24:02:01 Cardinality and filter Direction 24:07:51 Hierarchy in power pivot 24:12:06 Pivot table in ms-excel 24:19:15 Pivot charts 24:25:32 Working with slicers 24:30:21 Creating Buttons 24:40:57 Dashboard in MS-Excel
@ShivamRajputttt
@ShivamRajputttt 6 ай бұрын
This channel is a blessing for middle class people who can't afford expensive courses ❤❤
@alokmishra4640
@alokmishra4640 4 ай бұрын
program run nahi ho raha mere computer main.aap help kar sakta hai ?
@stories8490
@stories8490 4 ай бұрын
​@@alokmishra4640 kya mistakes aa rhi h
@Ironman_18
@Ironman_18 3 ай бұрын
@@stories8490 how to get notes
@vanshrana9392
@vanshrana9392 2 ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@funcity6424
@funcity6424 Ай бұрын
Sir mujhe bhi kych puchna h aapse puch sakta hu​@@stories8490
@the_faraaz
@the_faraaz Ай бұрын
13:43:51 - 13:47:00: Introduction to Matplotlib 13:47:01 - 13:52:10: Bar, Line, Scatter, Pie, Box, Histogram, Violin, Stem plots 13:52:11 - 13:56:20: Stack Plot, Step Chart, Legends, Subplot 13:56:21 - 14:00:00: Save a Chart Using Matplotlib 14:00:01 - 15:50:00: Data Visualization in Seaborn Starting with a review of why Seaborn complements Matplotlib. Exploring several types of plots and how Seaborn simplifies the process. 15:50:01 - 15:57:26: Seaborn Project Practical implementation of Seaborn skills in a project-based example. Concluding with best practices and tips for effective data visualization using Seaborn.
@epic_creators
@epic_creators Ай бұрын
Wrongggg....
@subhammakadia
@subhammakadia 4 ай бұрын
i can't believe that i am learning python basics even this much easier. all thanks to you guys.
@user-bi8iz1hb5y
@user-bi8iz1hb5y 5 ай бұрын
Awesome! Structured, long hours, very detailed and lot of patience. Amazing!
@alokmishra4640
@alokmishra4640 4 ай бұрын
program run nahi ho raha mere computer main.aap help kar sakta hai ?
@badeharamiho5408
@badeharamiho5408 3 ай бұрын
@@alokmishra4640 kya issue dikha raha hai
@vanshrana9392
@vanshrana9392 2 ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@ultranoobpromaxInfinity
@ultranoobpromaxInfinity 6 ай бұрын
No words to commend the hard work of wscube tech teams ..... Tons of salute from all students like me ❤
@sportsmentor6655
@sportsmentor6655 4 ай бұрын
Ofcourse hats off ❤❤❤
@abhishekbange9090
@abhishekbange9090 5 ай бұрын
Thanks for helping others....keep up the good work 🙏🏻🙏🏻
@my_j.a.r.v.i.s.
@my_j.a.r.v.i.s. 5 ай бұрын
No words to say thanks. Just respect and love
@paulmultigiti1148
@paulmultigiti1148 5 ай бұрын
Thank you so much for yiur selfless supporting course. Many will be blessed and thank you. 🎉
@ZUUII123
@ZUUII123 6 ай бұрын
Much needed. Thank you WsCube
@bossykid1864
@bossykid1864 4 ай бұрын
I'm so grateful🙏🏻Many thanks!😍
@staytuned4032
@staytuned4032 3 ай бұрын
thank you problem solving sections are the very helpful smooth explanation
@utkarshs210i
@utkarshs210i 6 ай бұрын
One of the best video ✨...Thank you so much mam & wscube tech..
@aartigautam7785
@aartigautam7785 4 ай бұрын
Amazing! Managed, long hours, very detailed and very helpful🎉Thanks !!
@vanshrana9392
@vanshrana9392 2 ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@roushanraj3050
@roushanraj3050 6 ай бұрын
Mam thank you so much itani khusi Jo words main vyaqt nahi ki ja sakti ❤
@mohitsahu3719
@mohitsahu3719 6 ай бұрын
"Thank you so much for such a perfect video! The exclamation marks convey my excitement and gratitude for the great work you have done."
@mrpaul017
@mrpaul017 3 ай бұрын
A thank you might be very little. I just don't know how to really thank you. This is the best one-video course that is available on KZfaq. A must have video to watch out for all DS students.
@thebeastff1101
@thebeastff1101 11 күн бұрын
Credits: @nam9555 1:55 What is data analytics? 14:35 Python installation on windows 17:21 Python IDE pycharm 32:00 Creating variables in python 39:20 Data-types and user input 49:40 Typecasting and subtypes 55:56 Problem Solving 1:10:00 Operator and Operands 1:11:53 Arithmetic Operators 1:17:01 Comparisional operators 1:20:54 Logical Operators 1:26:53 Assignment operators 1:30:32 Identity operators 1:33:03 Bitwise operators 1:44:00 Membership operators 1:46:07 Conditional Statements 2:09:03 Short hand if statement 2:15:35 Problem Solving 2:40:33 Introduction to loops and types 2:42:21 For loop 2:55:05 While loop 3:02:56 While True 3:07:33 Nested Loop 3:16:43 For loop with conditional Statement 3:22:06 Break and continue statement 3:27:36 Problem Solving 4:14:55 String manipulation 4:34:56 String functions 5:08:45 Slicing in strings 5:16:10 Problem Solving 6:01:19 Introduction to lists 6:05:32 Slicing Lists 6:12:29 List iteration 6:20:38 List functions 6:36:43 Problem Solving Tuples, Dictionary and Sets in python 6:48:08 Introduction to Tuples 6:52:23 Slicing and iteration in Tuples 7:00:21 Conversion of Tuples and Tuple functions 7:04:41 Problem Solving 7:15:45 Introduction to Dictionaries 7:20:36 Iteration in Dictionaries 7:36:44 Problem Solving 7:45:12 Introductin to Sets 7:48:56 Sets Functions 8:07:21 Problem Solving 8:16:41 Introduction to Functions 8:22:14 Parameters and Arguments 8:28:47 Return statement and recursion in Functions 8:41:02 Lambda function 8:45:07 Local and Global variable 8:49:32 Problem Solving 9:14:55 Introduction to Modules 9:16:34 In-built Modules 9:36:00 Hotel booking cancellations using data analysis and excel // I dont know how its come? Numpy and Data manipulation 10:28:47 Introduction to Numpy 10:40:49 Installation of Jupyter Notebook 10:47:30 Creation,indexing and slicing of numpy arrays 10:57:10 Attributes of array 10:59:13 Inspecting an arrays 11:05:55 Mathematical operations and Functional Arrays 11:13:11 Combining and splitting Arrays 11:21:44 Adding and Removing elements in the arrays 11:38:16 Aggregating functions in arrays 11:48:32 Statistical functions in arrays 12:02:10 Introduction to Pandas 12:08:22 Creation of Dataframes 12:16:30 Exploring Data in padas 12:25:12 Handling Duplicate Values 12:31:20 Working with missing data 12:43:54 Columns Transformation Part-1 12:53:07 Columns Transformation Part-2 12:59:02 Group By 13:06:56 Merge, Join and concatenate 13:18:22 Compare Dataframes 13:28:44 Pivoting and Melting Dataframes 18:39:17 Introduction to MySQL 18:47:39 Import CSV files and sample database 18:52:13 Select query 18:55:24 Where clause 19:00:11 And,OR and Not operator 19:07:32 Like operator 19:11:17 Order By 19:16:17 Limit 19:19:30 Between operator 19:23:19 In and not in operator 19:28:12 String Functions 19:38:00 Data Aggregation Numeric Functions 19:45:52 Date functions 19:52:31 Case operator 19:59:17 Group By 20:03:43 Having Clause 20:07:30 Join In (Inner,Left,Right,Cross) 20:20:18 Set operators 20:34:42 Views 20:40:48 Stored Procedure 20:53:41 Window Functions 21:04:54 Introduction to MS-Excel 21:15:19 Basic Functions of MS-Excel 21:19:52 Data validation in MS-Excel 21:28:34 Data connectors 21:36:23 Conditional Formatting 21:44:35 Basics Formatting 21:49:29 Sorting Data 21:56:10 Filtering Data 22:02:28 Dealing with null values 22:11:51 Dealing with duplicates values 22:16:48 Trimming Whitespaces 22:20:58 Fixing Column Formats 22:27:08 Text Functions 22:37:44 If,And and Or functions 22:45:29 Date & Time functions 22:52:38 Countif, countifs, sumif, sumifs 22:59:50 Xlookup in excel 23:07:50 Power Query 23:15:56 Cleaning and Transformation 23:23:13 Dealing with text tools 23:30:01 Number tools 23:24:31 Date time tool 23:38:02 Conditional Columns 23:41:34 Combine multiple Files 23:46:37 Data modeling and its importance 24:02:01 Cardinality and filter Direction 24:07:51 Hierarchy in power pivot 24:12:06 Pivot table in ms-excel 24:19:15 Pivot charts 24:25:32 Working with slicers 24:30:21 Creating Buttons 24:40:57 Dashboard in MS-Excel
@s.kcartoonstudio5310
@s.kcartoonstudio5310 6 ай бұрын
Thank you somach wscub tech aap ke KZfaq subscribe bahut jyada ho jaay jiski limit na ho thanks you somach
@sanyamraman383
@sanyamraman383 5 ай бұрын
Incredible work and appreciable work 🎉 Thanks a lot wscube tech team Thank you so much ❤
@zahidhussainzd5576
@zahidhussainzd5576 6 ай бұрын
unbelievable masterpiece. a huge thanks
@horizonledger
@horizonledger 9 күн бұрын
Explanation is simple and to the point. Thank you for making it free!
@shopkaaal
@shopkaaal 6 ай бұрын
Thanks ws cube tech family for providing this course we appreciate your content.
@agilecavalierm3992
@agilecavalierm3992 6 ай бұрын
Thank you very much much team for the amazing work you are doing.Please keep the awesome work. If you can put a complete machine learning course video as well , it will be very helpful
@ganeshpavan8380
@ganeshpavan8380 5 ай бұрын
Have you watched the whole video?
@Uniqueworld296
@Uniqueworld296 5 ай бұрын
THANKS FROM THE BOUTOM OF THE HEART ❤️
@harshi-cm6zn
@harshi-cm6zn 5 ай бұрын
very happy to have this for free of cost...verry helpfull!!💥
@ganeshkavhare8470
@ganeshkavhare8470 6 ай бұрын
Really thank you soo much you explained very nicely and student like me want to make carrier in Data Analyst is really useful tutorial....!!!
@rushikeshjambhulkar007
@rushikeshjambhulkar007 4 ай бұрын
Yes this is what I need Thank you ❤❤
@whispers-love-wisdom
@whispers-love-wisdom 5 ай бұрын
I am really grateful, thank you guys for such a great content.
@aridamansingh7936
@aridamansingh7936 6 ай бұрын
Thanks for giving this wonderful course
@Quninzl
@Quninzl 6 ай бұрын
पूरे तहे दिल ❤ से आपका धन्यवाद 🙏🙏🙏 अपने ये सब करके हम पर बहुत एहसान किया है
@kailashcnautiyal6255
@kailashcnautiyal6255 5 ай бұрын
Thank you so much wscube all team members ❤❤❤🎉🎉🎉
@niteshbaviskar598
@niteshbaviskar598 5 ай бұрын
Super explanation near and clear understanding the concept what your r produce thanks you so much for the wonderful session 🙏Incredible work and appreciable work 🎉Thanks a lot wscube tech team Thank you so much ❤
@TheShubhamDwivedi
@TheShubhamDwivedi 6 ай бұрын
Thank-you WS cube for providing this course without any cost
@user-pv5gy4rg7n
@user-pv5gy4rg7n 6 ай бұрын
SIR, I LOVE YOUR HEAD WORKING TEACHING
@sarikadaga8243
@sarikadaga8243 11 күн бұрын
Perfect & Clear Explanation. Thank you very much.
@rezaulislambhuiyan8510
@rezaulislambhuiyan8510 4 ай бұрын
Your teaching capacity is very impressive. Salute Mam
@easterntoronto
@easterntoronto 6 ай бұрын
Purely amazing course ❤
@sadaf6759
@sadaf6759 5 ай бұрын
I am really grateful to you. The timing of this uploaded video is completely co-incidental. Just when I was trying to search this topic , I came across this video. It is of immense help . Thank You So Much WsCube Tech. The teaching is so lucid and easy to understand covering all the basics. Thanks a ton.
@echodelta7680
@echodelta7680 5 ай бұрын
Course is good but in real world, DA role requirements are more prioritized about MS Office Suite (Excel & Power Query should be good), Power BI (or Tableau), Cognos, .. and SQL is absolute must (should be good if not strong). These are the very foundations. If you are using Microsoft tools on your device, then go for PowerBI as it is also offered by MS. Suggesting so because usually organizations try to license tools from a single vendor. So if you are good in MS suite of products, your skills are more desirable. Python programming comes a lot later although no harm in going that path. Requirement currently is bit more for non-python skills.
@aj7907
@aj7907 5 ай бұрын
​@@echodelta7680very true
@waradmahesh1
@waradmahesh1 5 ай бұрын
Same thing happened with me 🙂
@vaibhavrajput6084
@vaibhavrajput6084 5 ай бұрын
@@echodelta7680 can u suggest any course paid/unpaid any to learn all required knowledge and get into an entry level job.🥲
@Encyclopedia0007
@Encyclopedia0007 5 ай бұрын
Same here as well
@Devanand-ow2dq
@Devanand-ow2dq 4 ай бұрын
First of all it is very useful video to those who really want to learn. i am really appreciating your efforts for making this video. I would like to inform one more thing which i have observed while learning. In Tuples, Dictionary, Sets section there is an clumsiness of video editing, if you check one more time there is misplacing of problem solving part of dictionaries which is placed after tuples and there is no problem solving of tuples. And also in dictionaries regarding dictionary part 2 there is an explanation video missing regarding the functions but mentioned in the pycharm. after that Nested dictionaried started. Please check and added it once which helps more. Thank you anyways.😍
@hagawanenikhil8217
@hagawanenikhil8217 5 ай бұрын
THank you verY MUCH MAdam and WSCUBETECH .
@user-jd2zl7br7t
@user-jd2zl7br7t 6 ай бұрын
Hats off wscubetech 👍👍
@khowlaakbar2754
@khowlaakbar2754 Ай бұрын
This video and its practical embedded content made me take the first step towards the Data Analytics journey without having any tech. background. 4th day of my regular watch and learning with the practice. Loads of wishes! to the team and instructor. Last but not the least comments' section is the cherry on top for the viewers. Especially the one comment with the timestamps of all the topics covered. Thanks indeed!
@duaahmad1823
@duaahmad1823 13 күн бұрын
hows it going ?? should i start or not?
@khowlaakbar2754
@khowlaakbar2754 13 күн бұрын
@@duaahmad1823 no doubt about it, take a first step be consistent, keep the learning practical by play then pause for practice. Best wishes !
@SUPERPOWER3
@SUPERPOWER3 3 ай бұрын
Great video... Thanks for this complete video.
@tgcfacts4528
@tgcfacts4528 6 ай бұрын
Thank you so much mam and ur entire team for sharing and teaching all these technical courses for free without any price ❤❤❤❤❤ I hope you'll be always succeed in every work ❤❤❤❤❤
@welcome.to.1percent.community
@welcome.to.1percent.community 5 ай бұрын
5:28:35 num = input("Enter a text : ") if num == num[::-1]: print("its palindrome") else: print("its not palindrome") A easy way of finding whether a number is palindrone or not. By the way thank u mam for providing such valuable content.😇😇😇
@SURAJKUMAR-dx1uz
@SURAJKUMAR-dx1uz 5 ай бұрын
Ha bhai 1 percent Maine bhi yahi socha Tha pehle pr aaise input lenge to wo string hoga or hamko int ka digits ka reverse karna hai
@srimantadalui959
@srimantadalui959 5 ай бұрын
print("its palindrome") if str(num) == str(num)[::-1] else print("its not palindrome")
@glinchrefreshing60
@glinchrefreshing60 Ай бұрын
Just in 1 line.... thnkeww soo much
@nidhikumari4590
@nidhikumari4590 2 ай бұрын
very easy to understand who wants to start their career in data analytics
@jyotipandey3498
@jyotipandey3498 3 ай бұрын
Thanku so much, I'm looking for this course for a long time.
@ImtiazKkan
@ImtiazKkan 6 ай бұрын
29 hours of most informative time I have spent watching videos. Great job.
@triumph_69
@triumph_69 6 ай бұрын
how did u spend 29 hours when 24 hours has also not passed this video being released
@vishalmaurya7444
@vishalmaurya7444 6 ай бұрын
😂😂​@@triumph_69
@southtiger6975
@southtiger6975 6 ай бұрын
​@@triumph_69😢
@5555SG
@5555SG 6 ай бұрын
you can always speed up :) I usually play it in 2 or 2.5 @@triumph_69
@mansoorkhoja3334
@mansoorkhoja3334 5 ай бұрын
this is the question come to my mind dude🤣@@triumph_69
@vishwa_travel_diary
@vishwa_travel_diary 6 ай бұрын
Thank you for such learning content 😊😊
@manishpatil4045
@manishpatil4045 4 ай бұрын
Thank you guys for your efforts and hardworking ❤❤
@Matchshots13
@Matchshots13 6 ай бұрын
Thnk you free and quality content you guys are providing, keep this spirit up ❤
@ravishukla6116
@ravishukla6116 6 ай бұрын
Thank you so much ...😊 I can't say how much u helped us ..
@hasni0079
@hasni0079 3 ай бұрын
Bro is tutorials se kitna data sicinece seekh jaye gay hum?
@ravishukla6116
@ravishukla6116 3 ай бұрын
@@hasni0079 isse tum data science nhi Sikh sakte qki ye data analyst ka course hai bro data science me kuchh aur chije required rahta hai
@mohibvideos
@mohibvideos 10 күн бұрын
Saving for myself for reference 1:55 What is data analytics? 14:35 Python installation on windows 17:21 Python IDE pycharm 32:00 Creating variables in python 39:20 Data-types and user input 49:40 Typecasting and subtypes 55:56 Problem Solving 1:10:00 Operator and Operands 1:11:53 Arithmetic Operators 1:17:01 Comparisional operators 1:20:54 Logical Operators 1:26:53 Assignment operators 1:30:32 Identity operators 1:33:03 Bitwise operators 1:44:00 Membership operators 1:46:07 Conditional Statements 2:09:03 Short hand if statement 2:15:35 Problem Solving 2:40:33 Introduction to loops and types 2:42:21 For loop 2:55:05 While loop 3:02:56 While True 3:07:33 Nested Loop 3:16:43 For loop with conditional Statement 3:22:06 Break and continue statement 3:27:36 Problem Solving 4:14:55 String manipulation 4:34:56 String functions 5:08:45 Slicing in strings 5:16:10 Problem Solving 6:01:19 Introduction to lists 6:05:32 Slicing Lists 6:12:29 List iteration 6:20:38 List functions 6:36:43 Problem Solving Tuples, Dictionary and Sets in python 6:48:08 Introduction to Tuples 6:52:23 Slicing and iteration in Tuples 7:00:21 Conversion of Tuples and Tuple functions 7:04:41 Problem Solving 7:15:45 Introduction to Dictionaries 7:20:36 Iteration in Dictionaries 7:36:44 Problem Solving 7:45:12 Introductin to Sets 7:48:56 Sets Functions 8:07:21 Problem Solving 8:16:41 Introduction to Functions 8:22:14 Parameters and Arguments 8:28:47 Return statement and recursion in Functions 8:41:02 Lambda function 8:45:07 Local and Global variable 8:49:32 Problem Solving 9:14:55 Introduction to Modules 9:16:34 In-built Modules 9:36:00 Hotel booking cancellations using data analysis and excel // I dont know how its come? Numpy and Data manipulation 10:28:47 Introduction to Numpy 10:40:49 Installation of Jupyter Notebook 10:47:30 Creation,indexing and slicing of numpy arrays 10:57:10 Attributes of array 10:59:13 Inspecting an arrays 11:05:55 Mathematical operations and Functional Arrays 11:13:11 Combining and splitting Arrays 11:21:44 Adding and Removing elements in the arrays 11:38:16 Aggregating functions in arrays 11:48:32 Statistical functions in arrays 12:02:10 Introduction to Pandas 12:08:22 Creation of Dataframes 12:16:30 Exploring Data in padas 12:25:12 Handling Duplicate Values 12:31:20 Working with missing data 12:43:54 Columns Transformation Part-1 12:53:07 Columns Transformation Part-2 12:59:02 Group By 13:06:56 Merge, Join and concatenate 13:18:22 Compare Dataframes 13:28:44 Pivoting and Melting Dataframes 18:39:17 Introduction to MySQL 18:47:39 Import CSV files and sample database 18:52:13 Select query 18:55:24 Where clause 19:00:11 And,OR and Not operator 19:07:32 Like operator 19:11:17 Order By 19:16:17 Limit 19:19:30 Between operator 19:23:19 In and not in operator 19:28:12 String Functions 19:38:00 Data Aggregation Numeric Functions 19:45:52 Date functions 19:52:31 Case operator 19:59:17 Group By 20:03:43 Having Clause 20:07:30 Join In (Inner,Left,Right,Cross) 20:20:18 Set operators 20:34:42 Views 20:40:48 Stored Procedure 20:53:41 Window Functions 21:04:54 Introduction to MS-Excel 21:15:19 Basic Functions of MS-Excel 21:19:52 Data validation in MS-Excel 21:28:34 Data connectors 21:36:23 Conditional Formatting 21:44:35 Basics Formatting 21:49:29 Sorting Data 21:56:10 Filtering Data 22:02:28 Dealing with null values 22:11:51 Dealing with duplicates values 22:16:48 Trimming Whitespaces 22:20:58 Fixing Column Formats 22:27:08 Text Functions 22:37:44 If,And and Or functions 22:45:29 Date & Time functions 22:52:38 Countif, countifs, sumif, sumifs 22:59:50 Xlookup in excel 23:07:50 Power Query 23:15:56 Cleaning and Transformation 23:23:13 Dealing with text tools 23:30:01 Number tools 23:24:31 Date time tool 23:38:02 Conditional Columns 23:41:34 Combine multiple Files 23:46:37 Data modeling and its importance 24:02:01 Cardinality and filter Direction 24:07:51 Hierarchy in power pivot 24:12:06 Pivot table in ms-excel 24:19:15 Pivot charts 24:25:32 Working with slicers 24:30:21 Creating Buttons 24:40:57 Dashboard in MS-Excel
@ashokbhairat1364
@ashokbhairat1364 2 ай бұрын
Anyone can understand the every concepts what you teach . Thanks so much.Keep it up.
@takealook409
@takealook409 6 ай бұрын
This is awesome.....I was comparing from apna college but your way of explaining is very familiar...thanks a ton
@adityakr0742
@adityakr0742 2 ай бұрын
Hi bhaiya
@adityakr0742
@adityakr0742 2 ай бұрын
Centre for quantative analysis and data science mujhe bit meshra me mil rha hai (par mujhe iske bareme kuch nahi pata ) can you explain please !
@dreamfit78
@dreamfit78 5 ай бұрын
I had completed 15 hours of this course till now and if you are a fresher and you want to learn python as well as data any than you can start here,no doubt it is very helpful lecture..
@priyanka6399
@priyanka6399 5 ай бұрын
Hi, can you help me install pycharm?
@dreamfit78
@dreamfit78 5 ай бұрын
@@priyanka6399 use vs code it''s best for multiple programing languages
@dreamfit78
@dreamfit78 5 ай бұрын
if you have any problem then you can ask me
@priyanka6399
@priyanka6399 5 ай бұрын
@@dreamfit78 I downloaded the PyCham but the User interface is completely different and I am just confused if it is a newer version or I have downloaded the wrong one.
@animeshrpa
@animeshrpa 5 ай бұрын
@@priyanka6399 better install anaconda and then you will be able to wrok with pycharm jupyter and many more easily .
@AKYBihar
@AKYBihar 4 ай бұрын
Bahut achhi lagi ye video Ma'am aap bahut achhi padhati hai. ❤
@amanyadav4609
@amanyadav4609 5 ай бұрын
Thank u so much for your hard works
@SkilledGuruJiOfficial
@SkilledGuruJiOfficial 6 ай бұрын
I really search data analytics course and you made this 😮 what a surprise 🎉 Thanx
@satishpaul8055
@satishpaul8055 Ай бұрын
Kya ap ne course complete kiya hai? If yes how's your experience please explain me
@siddheshparihar8595
@siddheshparihar8595 6 ай бұрын
Very very Thanks mam and wscube tech team you are doing very appreciative work for our society and for our nation. Many students who cant afford this courses can learn free. But can you beginner to advance level course on digital marketing for 2024
@surajchand3485
@surajchand3485 5 ай бұрын
Thousands of thanks 👍. Keep it up.
@anikethtakkar667
@anikethtakkar667 5 ай бұрын
Thankyou ma'am for this amazing content.☺️ You helped lots of students by providing this information
@hamidiqbal7953
@hamidiqbal7953 6 ай бұрын
MashaAllah❤🎉🎉 Speechless efforts for us😮 Thank you is small word for this work Gratitude for it
@merajsmile722
@merajsmile722 6 ай бұрын
Thanks for providing this course for free of cost
@sonalsonal1281
@sonalsonal1281 2 ай бұрын
Thank you so much ma'am...❤ What a great effort... I salute 🫡
@imransayyed1404
@imransayyed1404 6 ай бұрын
Such a good thing wscubetech This channel is always helpful for me to solve my question ❤😊
@junaidahmad6813
@junaidahmad6813 6 ай бұрын
Watching from Pakistan. Thanks a lot for your efforts
@user-rj3xl8iz8r
@user-rj3xl8iz8r 5 ай бұрын
Hands off madam Plzzz don't remove this video This video very helpful to us Iam proud of you madam Because iam so afraid how to learn this course without money Because my family suffering for money,in this time you help me alot Thank you thank you soo much madam And finally i request you please don't remove this video
@akap1617
@akap1617 5 ай бұрын
Same thing happening with me
@creativepreeti1430
@creativepreeti1430 Ай бұрын
Maine inka ms Excel. Or power bi kiya hai.. Bahut acha explain kiya hai... Thank u so much
@user-yr9cm6de9p
@user-yr9cm6de9p 5 ай бұрын
Thank you so much wscube tech ❤
@shahzaibgill944
@shahzaibgill944 6 ай бұрын
No doubt this channel is very perfect everyone who can't afford institutions fee and don't take online or physical classes Every video of yours is very amazing and contains a lot of information and knowledge. May God give progress to your team, your channel My God Bless You From Pakistan
@therakeshkumarrathore
@therakeshkumarrathore 5 ай бұрын
Iims providing free course
@therakeshkumarrathore
@therakeshkumarrathore 5 ай бұрын
So many other universities also provide lol
@karanluwang3017
@karanluwang3017 6 ай бұрын
Heads off mam as you have spent your ounce to teach those youths who can't afford to buy such course...
@gdtotshared-jk4uo
@gdtotshared-jk4uo 5 ай бұрын
*Hats off
@user-cp1yq9ip1f
@user-cp1yq9ip1f 4 ай бұрын
Thank you so much for your efforts ❤❤😊
@adarshsharadpandey4763
@adarshsharadpandey4763 4 ай бұрын
Thank you so much for the course 💙
@natureworld1421
@natureworld1421 4 ай бұрын
I genuinely learned so much from this video. Surprisingly, the depth of knowledge and clarity provided here surpasses what some high-priced courses offer. Kudos to the WsCube tech team for their dedication and hard work in putting together such valuable content.
@user-gm1si9yc7d
@user-gm1si9yc7d 3 ай бұрын
how much time it took to complete bhai
@Natureworld8450
@Natureworld8450 3 ай бұрын
Every day i used to give 3hours, with practice
@pavanhemanth5686
@pavanhemanth5686 6 ай бұрын
Don't remove this video from youtube, this will be helpful for lot of us, And tq very much
@shaikshabu2964
@shaikshabu2964 5 ай бұрын
Download karke rakhlo
@epic_creators
@epic_creators Ай бұрын
Booo....
@user-ye9cu6gl6p
@user-ye9cu6gl6p 2 ай бұрын
❤ thank you so much for this great effort ..🎉
@user-gk2tq1mn5w
@user-gk2tq1mn5w 5 ай бұрын
thankyou x 1000000 for bringing this course
@anuragbony14
@anuragbony14 6 ай бұрын
29 hrs is not a joke . Well taught maam
@aj7907
@aj7907 5 ай бұрын
Its not in one go dude..
@reviewindia1355
@reviewindia1355 5 ай бұрын
First time unbelievable class ,, Really i love this . Great 👍 team and mam 🙂
@village8628
@village8628 Ай бұрын
Thank you so much team for this course ❤
@rockyrocky7671
@rockyrocky7671 6 ай бұрын
2024 is going to be my best year🤞🏻⏳
@yerradipti3961
@yerradipti3961 6 ай бұрын
Mera bhi
@sayantanghatak7504
@sayantanghatak7504 Ай бұрын
​@@ashwaniratan8165aap konsi filed me job karte the ???? Abhi milgaya job firse ?
@epic_creators
@epic_creators Ай бұрын
​@@ashwaniratan8165 wife kese bhag gyi 🧐
@nageswaris2357
@nageswaris2357 5 ай бұрын
Thank you so much mam ❤❤❤ I am Java Developer in my company but they put me in python project. I looked several videos to learn data analytics but I can't get it finally I watched yours I got some what base knowledge when I watched yours ❤❤❤❤ Thank your so much for it ❤❤😍😍😍😭🥺🥺🙏🙏
@anjaneyulunaik9344
@anjaneyulunaik9344 5 ай бұрын
Please visit _get more information_ channel for data analyst jobs
@epic_creators
@epic_creators 17 күн бұрын
Hey, there can you tell me how to become java developer, I mean if it is only about learning java, or there's more to do about it
@nageswaris2357
@nageswaris2357 17 күн бұрын
@@epic_creatorsthe base knowledge is that you should know Java and it's framework known as spring boot which is commonly used in many industries. The topics are like sea, when you do so many projects, you can get hands-on experience and good learning.
@user-vp1yz6cc2b
@user-vp1yz6cc2b 5 ай бұрын
This is soo helpful for me thankuu for sharing this..
@Badalte_Thoughts_Of_MyMind
@Badalte_Thoughts_Of_MyMind 5 ай бұрын
Abhi to vedio mili h, pdna baki h, but phir bhi thank you, thank you so much❤❤❤❤❤
@purvachahande
@purvachahande Ай бұрын
Dropping comment on my first day, will comment till I complete this series.
@Idiot420
@Idiot420 23 күн бұрын
Completed?
@MRX-YP
@MRX-YP 6 ай бұрын
This course is expensive but you provide in perspective of public welfare .hats off to u mam❤
@user-sq3ew3qm3i
@user-sq3ew3qm3i 5 ай бұрын
Hi Bro I don't no hindi then how to translate hindi to english can you tell me
@MRX-YP
@MRX-YP 5 ай бұрын
@@user-sq3ew3qm3i well my Hindi also not good 'coz' I belong to meghalaya😅❤️
@triumph_69
@triumph_69 5 ай бұрын
@@user-sq3ew3qm3i buy chatgpt premium ..send this video link there and ask it to convert it to english or look for other free youtube videos in english
@AJbhullarvlogs
@AJbhullarvlogs Ай бұрын
The way of explanation is amazing 👍🏻the best course on KZfaq for data analysts 💯Thanks for such a great efforts ❣️🙏🏻🙏🏻
@GurpreetSingh-oo8be
@GurpreetSingh-oo8be 5 ай бұрын
Hats off to you and your team 💪❤️
@martinvaisman8578
@martinvaisman8578 5 ай бұрын
I will be forever grateful to you, you changed my whole life and I will continue to preach on your behalf for the whole world to hear you saved me from huge financial debt with just a small investment, thank you Deborah Davis.
@kellymillerickderosia3445
@kellymillerickderosia3445 5 ай бұрын
I'm shocked that you just mentioned and recommended Deborah Davis. I thought I was the only one trading with her.
@jameslarry3919
@jameslarry3919 5 ай бұрын
When someone is straight forward at what he or she does people will always speak for them.i know a couple of friends who makes profits in the financial market
@scottreagan9796
@scottreagan9796 5 ай бұрын
Trading crypto now should be wise, but trading without an expert isn't advisable. I tried trading on my own but keep on losing.
@nickantiorio2874
@nickantiorio2874 5 ай бұрын
Any specific guide. I'm from Georgia how do I go about this? I think I'm interested how can I get in touch with mrs Deborah Davis
@nickantiorio2874
@nickantiorio2874 5 ай бұрын
Please how can I get her info
@amanatali9401
@amanatali9401 5 ай бұрын
I am switching my field from civil engineering to data analysis I was searching for how to switch and then finally I got my answer. Thank you so much may god bless you with happiness. I will remember you in my prayers.
@Jatinsharma_20
@Jatinsharma_20 5 ай бұрын
Site engineer ho ya designing line mein ho bhai ??? Fact is civil engineering site job sucks...12-12 hrs/day ka kaam without single holiday in a week...and salary toh pucho hi maat.. Site jobs ka bhot bhot bhot bura haal hai..
@amanatali9401
@amanatali9401 4 ай бұрын
​@@Jatinsharma_20same problem bhai 12hours works no extra time payment no extra day payment
@Mayankup194
@Mayankup194 25 күн бұрын
Is it enough to get a job?
@anshhaya4702
@anshhaya4702 9 күн бұрын
@@Mayankup194 no
@deepakgurjar1827
@deepakgurjar1827 4 ай бұрын
Thanks for the efforts u made for us ❤❤
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 20 МЛН
Apache Kafka Crash Course | What is Kafka?
1:17:04
Piyush Garg
Рет қаралды 417 М.
Roadmap on how to become a Data Analyst in 2024
11:36
Ashwani Panwar
Рет қаралды 12 М.
Pretty Good Roast Show S1. EP 7/7 | Ft.   @kushakapila5643
57:45
Aashish Solanki
Рет қаралды 11 МЛН
EPL Season 3 | Round2Hell | R2H
54:50
Round2hell
Рет қаралды 8 МЛН
4 Years of Coding in 4 Minutes - A Short Movie
3:49
Apna College
Рет қаралды 9 МЛН