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

  Рет қаралды 2,527,185

WsCube Tech

WsCube Tech

5 ай бұрын

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 700
@wscubetech
@wscubetech 5 ай бұрын
🔴 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 5 ай бұрын
Financial modeling and valuation course pr video banye
@krishanurakesh6057
@krishanurakesh6057 5 ай бұрын
Agr ye diya hua link me course hai to video me kya hai fir...video me full course nahi h kya?
@jackpatel6035
@jackpatel6035 5 ай бұрын
Business analyst pe b ek esa video bana do 😅
@BillionaireMindset37
@BillionaireMindset37 5 ай бұрын
Fees??
@kumaryash6419
@kumaryash6419 5 ай бұрын
01:08:14 pe int ph_no and grade ke liye bhi int data type use nahi hua
@nam9555
@nam9555 3 ай бұрын
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?
@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 hr purh k hi yeh data anaylst bngaya tha, ambani ka kaam ab yehi dekh rha hai... Building k bahir se😂
@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 25 күн бұрын
Wrongggg....
@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 3 күн бұрын
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
@paulmultigiti1148
@paulmultigiti1148 5 ай бұрын
Thank you so much for yiur selfless supporting course. Many will be blessed and thank you. 🎉
@Sanatan_shiksha1
@Sanatan_shiksha1 5 ай бұрын
Omg 29 hours 😮..... what a unbelievable effort by your team
@amitsrivastav5809
@amitsrivastav5809 4 ай бұрын
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 5 ай бұрын
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 5 ай бұрын
@Kings48680
@Kings48680 5 ай бұрын
Ha bhai muje bhi chahiye tha data analytics ka course milgya finally 🥳
@Dcrz10
@Dcrz10 5 ай бұрын
@ishansdcool2006
@ishansdcool2006 5 ай бұрын
Mann ki baat chheen li, Bhaisahab aapne.
@Kings48680
@Kings48680 5 ай бұрын
@@ROHITA707 😂😂
@IHackerAnsh90
@IHackerAnsh90 3 күн бұрын
Please help me finish this course, 1 like = 1 reminder 😅
@mohibvideos
@mohibvideos Күн бұрын
Watching?
@IHackerAnsh90
@IHackerAnsh90 Күн бұрын
@@mohibvideos yup
@mohibvideos
@mohibvideos Сағат бұрын
Did you finish?
@utkarshs210i
@utkarshs210i 5 ай бұрын
One of the best video ✨...Thank you so much mam & wscube tech..
@sanyamraman383
@sanyamraman383 5 ай бұрын
Incredible work and appreciable work 🎉 Thanks a lot wscube tech team Thank you so much ❤
@subhammakadia
@subhammakadia 4 ай бұрын
i can't believe that i am learning python basics even this much easier. all thanks to you guys.
@abhishekbange9090
@abhishekbange9090 5 ай бұрын
Thanks for helping others....keep up the good work 🙏🏻🙏🏻
@ShivamRajputttt
@ShivamRajputttt 5 ай бұрын
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 Ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@funcity6424
@funcity6424 25 күн бұрын
Sir mujhe bhi kych puchna h aapse puch sakta hu​@@stories8490
@ultranoobpromaxInfinity
@ultranoobpromaxInfinity 5 ай бұрын
No words to commend the hard work of wscube tech teams ..... Tons of salute from all students like me ❤
@sportsmentor6655
@sportsmentor6655 3 ай бұрын
Ofcourse hats off ❤❤❤
@staytuned4032
@staytuned4032 2 ай бұрын
thank you problem solving sections are the very helpful smooth explanation
@roushanraj3050
@roushanraj3050 5 ай бұрын
Mam thank you so much itani khusi Jo words main vyaqt nahi ki ja sakti ❤
@ZUUII123
@ZUUII123 5 ай бұрын
Much needed. Thank you WsCube
@bossykid1864
@bossykid1864 4 ай бұрын
I'm so grateful🙏🏻Many thanks!😍
@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 2 ай бұрын
@@alokmishra4640 kya issue dikha raha hai
@vanshrana9392
@vanshrana9392 Ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@agilecavalierm3992
@agilecavalierm3992 5 ай бұрын
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 4 ай бұрын
Have you watched the whole video?
@s.kcartoonstudio5310
@s.kcartoonstudio5310 5 ай бұрын
Thank you somach wscub tech aap ke KZfaq subscribe bahut jyada ho jaay jiski limit na ho thanks you somach
@aartigautam7785
@aartigautam7785 3 ай бұрын
Amazing! Managed, long hours, very detailed and very helpful🎉Thanks !!
@vanshrana9392
@vanshrana9392 Ай бұрын
bro plz tell full course ke notes kaha ,ilenge
@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 ❤
@ganeshkavhare8470
@ganeshkavhare8470 5 ай бұрын
Really thank you soo much you explained very nicely and student like me want to make carrier in Data Analyst is really useful tutorial....!!!
@shopkaaal
@shopkaaal 5 ай бұрын
Thanks ws cube tech family for providing this course we appreciate your content.
@my_j.a.r.v.i.s.
@my_j.a.r.v.i.s. 5 ай бұрын
No words to say thanks. Just respect and love
@thebeastff1101
@thebeastff1101 2 күн бұрын
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
@mohitsahu3719
@mohitsahu3719 5 ай бұрын
"Thank you so much for such a perfect video! The exclamation marks convey my excitement and gratitude for the great work you have done."
@whispers-love-wisdom
@whispers-love-wisdom 5 ай бұрын
I am really grateful, thank you guys for such a great content.
@mrpaul017
@mrpaul017 2 ай бұрын
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.
@zahidhussainzd5576
@zahidhussainzd5576 5 ай бұрын
unbelievable masterpiece. a huge thanks
@aridamansingh7936
@aridamansingh7936 5 ай бұрын
Thanks for giving this wonderful course
@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 22 күн бұрын
Just in 1 line.... thnkeww soo much
@harshi-cm6zn
@harshi-cm6zn 5 ай бұрын
very happy to have this for free of cost...verry helpfull!!💥
@Quninzl
@Quninzl 5 ай бұрын
पूरे तहे दिल ❤ से आपका धन्यवाद 🙏🙏🙏 अपने ये सब करके हम पर बहुत एहसान किया है
@Devanand-ow2dq
@Devanand-ow2dq 3 ай бұрын
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.😍
@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
@kailashcnautiyal6255
@kailashcnautiyal6255 5 ай бұрын
Thank you so much wscube all team members ❤❤❤🎉🎉🎉
@user-pv5gy4rg7n
@user-pv5gy4rg7n 5 ай бұрын
SIR, I LOVE YOUR HEAD WORKING TEACHING
@TheShubhamDwivedi
@TheShubhamDwivedi 5 ай бұрын
Thank-you WS cube for providing this course without any cost
@rezaulislambhuiyan8510
@rezaulislambhuiyan8510 4 ай бұрын
Your teaching capacity is very impressive. Salute Mam
@anikethtakkar667
@anikethtakkar667 4 ай бұрын
Thankyou ma'am for this amazing content.☺️ You helped lots of students by providing this information
@easterntoronto
@easterntoronto 5 ай бұрын
Purely amazing course ❤
@vishwa_travel_diary
@vishwa_travel_diary 5 ай бұрын
Thank you for such learning content 😊😊
@mohibvideos
@mohibvideos Күн бұрын
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
@jyotipandey3498
@jyotipandey3498 3 ай бұрын
Thanku so much, I'm looking for this course for a long time.
@tgcfacts4528
@tgcfacts4528 5 ай бұрын
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 ❤❤❤❤❤
@Uniqueworld296
@Uniqueworld296 5 ай бұрын
THANKS FROM THE BOUTOM OF THE HEART ❤️
@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 4 күн бұрын
hows it going ?? should i start or not?
@khowlaakbar2754
@khowlaakbar2754 4 күн бұрын
@@duaahmad1823 no doubt about it, take a first step be consistent, keep the learning practical by play then pause for practice. Best wishes !
@Matchshots13
@Matchshots13 5 ай бұрын
Thnk you free and quality content you guys are providing, keep this spirit up ❤
@user-jd2zl7br7t
@user-jd2zl7br7t 5 ай бұрын
Hats off wscubetech 👍👍
@rushikeshjambhulkar007
@rushikeshjambhulkar007 4 ай бұрын
Yes this is what I need Thank you ❤❤
@mrvggl
@mrvggl 5 ай бұрын
Awesome training!!!
@ravishukla6116
@ravishukla6116 5 ай бұрын
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
@takealook409
@takealook409 5 ай бұрын
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 !
@digitaliq2740
@digitaliq2740 5 ай бұрын
Thank you mam, unbelievable! 👍
@sarikadaga8243
@sarikadaga8243 2 күн бұрын
Perfect & Clear Explanation. Thank you very much.
@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 .
@junaidahmad6813
@junaidahmad6813 5 ай бұрын
Watching from Pakistan. Thanks a lot for your efforts
@manishpatil4045
@manishpatil4045 4 ай бұрын
Thank you guys for your efforts and hardworking ❤❤
@AKYBihar
@AKYBihar 4 ай бұрын
Bahut achhi lagi ye video Ma'am aap bahut achhi padhati hai. ❤
@siddheshparihar8595
@siddheshparihar8595 5 ай бұрын
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
@ImtiazKkan
@ImtiazKkan 5 ай бұрын
29 hours of most informative time I have spent watching videos. Great job.
@triumph_69
@triumph_69 5 ай бұрын
how did u spend 29 hours when 24 hours has also not passed this video being released
@vishalmaurya7444
@vishalmaurya7444 5 ай бұрын
😂😂​@@triumph_69
@southtiger6975
@southtiger6975 5 ай бұрын
​@@triumph_69😢
@5555SG
@5555SG 5 ай бұрын
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
@sonalsonal1281
@sonalsonal1281 2 ай бұрын
Thank you so much ma'am...❤ What a great effort... I salute 🫡
@imransayyed1404
@imransayyed1404 5 ай бұрын
Such a good thing wscubetech This channel is always helpful for me to solve my question ❤😊
@hagawanenikhil8217
@hagawanenikhil8217 5 ай бұрын
THank you verY MUCH MAdam and WSCUBETECH .
@SkilledGuruJiOfficial
@SkilledGuruJiOfficial 5 ай бұрын
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
@hamidiqbal7953
@hamidiqbal7953 5 ай бұрын
MashaAllah❤🎉🎉 Speechless efforts for us😮 Thank you is small word for this work Gratitude for it
@horizonledger
@horizonledger 7 сағат бұрын
Explanation is simple and to the point. Thank you for making it free!
@merajsmile722
@merajsmile722 5 ай бұрын
Thanks for providing this course for free of cost
@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
@amanyadav4609
@amanyadav4609 5 ай бұрын
Thank u so much for your hard works
@ashokbhairat1364
@ashokbhairat1364 2 ай бұрын
Anyone can understand the every concepts what you teach . Thanks so much.Keep it up.
@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 4 ай бұрын
Same thing happening with me
@reviewindia1355
@reviewindia1355 4 ай бұрын
First time unbelievable class ,, Really i love this . Great 👍 team and mam 🙂
@SUPERPOWER3
@SUPERPOWER3 3 ай бұрын
Great video... Thanks for this complete video.
@karanluwang3017
@karanluwang3017 5 ай бұрын
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 4 ай бұрын
*Hats off
@shahzaibgill944
@shahzaibgill944 5 ай бұрын
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
@felixsacsa8699
@felixsacsa8699 28 күн бұрын
Muy ben aporte de conocimiento masivo. Quisiera aprender maas de ello y del mundo de ciencia de datos....felicidades
@pavanhemanth5686
@pavanhemanth5686 5 ай бұрын
Don't remove this video from youtube, this will be helpful for lot of us, And tq very much
@shaikshabu2964
@shaikshabu2964 4 ай бұрын
Download karke rakhlo
@epic_creators
@epic_creators 25 күн бұрын
Booo....
@anuragbony14
@anuragbony14 5 ай бұрын
29 hrs is not a joke . Well taught maam
@aj7907
@aj7907 5 ай бұрын
Its not in one go dude..
@user-cp1yq9ip1f
@user-cp1yq9ip1f 4 ай бұрын
Thank you so much for your efforts ❤❤😊
@AJbhullarvlogs
@AJbhullarvlogs 21 күн бұрын
The way of explanation is amazing 👍🏻the best course on KZfaq for data analysts 💯Thanks for such a great efforts ❣️🙏🏻🙏🏻
@rockyrocky7671
@rockyrocky7671 5 ай бұрын
2024 is going to be my best year🤞🏻⏳
@yerradipti3961
@yerradipti3961 5 ай бұрын
Mera bhi
@sayantanghatak7504
@sayantanghatak7504 Ай бұрын
​@@ashwaniratan8165aap konsi filed me job karte the ???? Abhi milgaya job firse ?
@epic_creators
@epic_creators 25 күн бұрын
​@@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 8 күн бұрын
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 8 күн бұрын
@@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.
@surajchand3485
@surajchand3485 4 ай бұрын
Thousands of thanks 👍. Keep it up.
@user-ye9cu6gl6p
@user-ye9cu6gl6p 2 ай бұрын
❤ thank you so much for this great effort ..🎉
@purvachahande-qf6sw
@purvachahande-qf6sw Ай бұрын
Dropping comment on my first day, will comment till I complete this series.
@Idiot420
@Idiot420 14 күн бұрын
Completed?
@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.
@jasonjonathan428
@jasonjonathan428 5 ай бұрын
I was big on gold and silver but a few months ago I discovered Bitcoin and Ethereum. Listening to lots of stuff from Deborah Davis has been really helpful in my journey..
@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
@Ibrahim-jd5xb
@Ibrahim-jd5xb 2 ай бұрын
Excellent Knowledge and great video mam fabulous explanation very well explained ❤
@adarshsharadpandey4763
@adarshsharadpandey4763 3 ай бұрын
Thank you so much for the course 💙
@NISHANTBIRLA-px8hp
@NISHANTBIRLA-px8hp 2 ай бұрын
I will complete this course in 15 days. Let's complete this course together. Hit like and comment your completed hours. 1st day 1:52:43 2nd day 4:14:59 3rd day 5:02:22 4th day 6:05:23 5th day 6:33:33 6th day 7:31:27 7nth day 10:28:47 8th day 12:02:10 9nth day 18:39:17 10nth day 20:53:41 11nth day 24:00:00 12th day 1:05:12:21 ===> Completed
@Indiabestlofisongs
@Indiabestlofisongs 2 ай бұрын
Tell me your experience after this you are now eligible to get job
@NISHANTBIRLA-px8hp
@NISHANTBIRLA-px8hp 2 ай бұрын
@@Indiabestlofisongs Okay
@Pika21-vj4pk
@Pika21-vj4pk Ай бұрын
​@@NISHANTBIRLA-px8hphow's this course bro? Is it worth to study from this?
@NISHANTBIRLA-px8hp
@NISHANTBIRLA-px8hp Ай бұрын
@@Pika21-vj4pk Yes, I think all the major topics are covered. In order to grasp all the concepts thoroughly, you need to practice more questions and you can watch more videos on similar topics for more clear understanding.
@NiteshKumar-di9jg
@NiteshKumar-di9jg Ай бұрын
Practice file kahan se milenge
@ultimatehungama566
@ultimatehungama566 5 ай бұрын
At 7.05 Problem solving is about JSON and Dictionary but the concept we have learn before this is "Tuple". This is a little video merging issue. I'm learning from this video and I really appreciate your work. Plz fix this issue if you can. That will be helpful for other too. Thank you
@priyanshu7628
@priyanshu7628 4 ай бұрын
yes same prblm
@mohammadsamir8949
@mohammadsamir8949 20 күн бұрын
Bhai mere sath v same problem hai
@user-ng6nw8ku6e
@user-ng6nw8ku6e 5 ай бұрын
Thanks, we greatly appreciated your hard work👍
@user-vp1yz6cc2b
@user-vp1yz6cc2b 5 ай бұрын
This is soo helpful for me thankuu for sharing this..
@Super-lj1rf
@Super-lj1rf 5 ай бұрын
Hi wstech family can u pls gave us references for applying for internship regarding Data Analytics
@FrFahad55
@FrFahad55 4 ай бұрын
As a Pakistani salute to indians they are doing their best
@AS-tx9tb
@AS-tx9tb 3 ай бұрын
Assalam Walekum 😂
@ameyaghate7859
@ameyaghate7859 3 ай бұрын
A person who lives in the geographical area that is Pakistan automatically becomes Indian when he/she has respect and love for Bharatiyas instead of hatred and jealousy.
@sidheart7447
@sidheart7447 3 ай бұрын
And as an Indian I salute to 'adam seekers ' coz he is doing his best 🙏
@UmamahKhan-pn8vh
@UmamahKhan-pn8vh Ай бұрын
​@@sidheart7447Pakistan ki taraf say Agar koi appreciate Karey to hazam Kar let's karo mager nahin....tumahrey jasey chootiya lazmi bakwas Karey gay.
@nidhikumari4590
@nidhikumari4590 2 ай бұрын
very easy to understand who wants to start their career in data analytics
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 84 МЛН
Пробую самое сладкое вещество во Вселенной
00:41
Just try to use a cool gadget 😍
00:33
123 GO! SHORTS
Рет қаралды 85 МЛН
Can You Draw A PERFECTLY Dotted Line?
00:55
Stokes Twins
Рет қаралды 76 МЛН
C-Programming
16:10
Shubham Kumar
Рет қаралды 56
Едим ЕДУ на ЗАПРАВКАХ 24 Часа !
28:51
Viki Show
Рет қаралды 556 М.
Market Analysis | English Subtitle | For 01 - July |
16:04
POWER OF STOCKS
Рет қаралды 115 М.
I wish I could change THIS fast! 🤣
00:33
America's Got Talent
Рет қаралды 84 МЛН