Python Pandas Full Course | Learn in 6 hours | Pandas for Data Science and Analysis | Amit Thinks

  Рет қаралды 28,620

Amit Thinks

Amit Thinks

Күн бұрын

Пікірлер: 30
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
The below lessons are explained in this 6 hour Pandas course: 1. Pandas - Introduction & Features 00:00:51 2. Install & Setup Pandas 00:03:43 3. Create a Pandas DataFrame (Run first program) 00:15:44 4. Pandas DataFrames - Attributes & Methods 00:34:05 5. Join Pandas DataFrame 00:57:45 6. Concatenate Pandas DataFrames 01:03:46 7. Create a Pandas Series 01:11:13 8. Pandas Series - Attributes & Methods 01:25:11 9. Combine two Pandas Series 01:49:08 10. Categorical Data in Pandas 01:56:23 11. Working with Categories in Pandas 02:05:20 12. Read CSV in Pandas 02:11:33 13. Read Excel in Pandas 02:24:28 14. Indexing in Pandas 02:39:06 15. Select multiple columns in Pandas 02:49:59 16. Add a new column in Pandas 03:00:51 17. Delete rows/ columns in Pandas 03:10:50 18. Iterate over rows and columns in Pandas 03:20:28 19. Sorting in Pandas 03:32:09 20. Handle Duplicates in Pandas 03:41:31 21. Clean the Data in Pandas 03:50:51 22. String Operations in Pandas 04:06:02 23. Date Time Operations in Pandas 04:25:02 24. Remove Whitespace or special character 04:42:57 25. Group the Data in Pandas 04:53:18 26. Statistical Functions in Pandas 05:12:14 27. Plot a DataFrame in Pandas 05:33:31 🔥NumPy Tutorial (English): kzbin.info/www/bejne/jaSof6atoritbK8 🔥NumPy Tutorial (Hindi): kzbin.info/www/bejne/qKDUhKeMjLOFbbM 🔥Matplotlib Tutorial (English): kzbin.info/www/bejne/enelnId_ndWnhbM 🔥Matplotlib Tutorial (Hindi): kzbin.info/www/bejne/rHOmiaZ3mcSmrc0 🔥Python Tutorial (English): kzbin.info/www/bejne/fpLOiaOhjcidmqs 🔥Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k
@renestevens9085
@renestevens9085 2 ай бұрын
Please i need to talk to you assp! Thank you
@Harshahub2023
@Harshahub2023 9 ай бұрын
First comment Sir Python for Data science course please making a video
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
Already uploaded. Free 5 courses for Data Science: bit.ly/3O7KfGk
@Ajeetkumar-tq9vb
@Ajeetkumar-tq9vb 7 ай бұрын
Student1 = { 'Student': ["Ajeet", "Ram", "Ajeet", "Ajay", "Sahil"], 'Rank': [1,2,3,4,5], 'Marks':[90, 80, 70, 60, 50] } ak = pd.DataFrame(Student1) du = ak.duplicated() 0 False 1 False 2 False 3 False 4 False dtype: bool I don't know why all outputs are False
@Amit.Thinks
@Amit.Thinks 7 ай бұрын
Because rows aren't duplicated. Two Students with the name Ajeet. That's it. Check this code now: import pandas as pd Student1 = { 'Student': ["Ajeet", "Ram", "Ajeet", "Ajay", "Sahil"], 'Rank': [1,3,1,4,5], 'Marks':[90, 80, 90, 60, 50] } ak = pd.DataFrame(Student1) du = ak.duplicated() print(du)
@ashokcdw
@ashokcdw 8 ай бұрын
Hi Amit, we can use python pandas for ETL Testing Automation(for validations) rite?
@vijayjoshi-mw8cr
@vijayjoshi-mw8cr 5 ай бұрын
Yes you can use pandas for ETL
@sohailalip.r1626
@sohailalip.r1626 9 ай бұрын
Thank you so much sir ❤❤
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
Most welcome. Refer to our other free courses: Python Tutorial (English): kzbin.info/www/bejne/fpLOiaOhjcidmqs Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k Pandas Tutorial (English): kzbin.info/www/bejne/r3fSh6ZplNyphtE Pandas Tutorial (Hindi): kzbin.info/www/bejne/a2izgHmwj5yZbJI NumPy Tutorial (English): kzbin.info/www/bejne/jaSof6atoritbK8 NumPy Tutorial (Hindi): kzbin.info/www/bejne/qKDUhKeMjLOFbbM Matplotlib Tutorial (English): kzbin.info/www/bejne/enelnId_ndWnhbM Matplotlib Tutorial (Hindi): kzbin.info/www/bejne/rHOmiaZ3mcSmrc0
@xenovorans
@xenovorans 6 ай бұрын
Thank you very much for all the shared and updated information :D
@Amit.Thinks
@Amit.Thinks 6 ай бұрын
You're welcome. Also refer: NumPy Tutorial: kzbin.info/www/bejne/jaSof6atoritbK8 Matplotlib Tutorial: kzbin.info/www/bejne/enelnId_ndWnhbM
@iliepegza2948
@iliepegza2948 9 ай бұрын
You are the best
@akanshasharma1660
@akanshasharma1660 3 ай бұрын
Its showing tuple object is not callable. TypeError even if there's not any error. print("student record " , df) Idk where the error
@Amit.Thinks
@Amit.Thinks 3 ай бұрын
"TypeError" itself means there is an error. Kindly recheck the code.
@SahilKumar-xk6bg
@SahilKumar-xk6bg 9 ай бұрын
Thanks Sir
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
You'r welcome, Sahil. Refer the following free tutorials: Python Tutorial (English): kzbin.info/www/bejne/fpLOiaOhjcidmqs Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k NumPy Tutorial (English): kzbin.info/www/bejne/jaSof6atoritbK8 NumPy Tutorial (Hindi): kzbin.info/www/bejne/qKDUhKeMjLOFbbM Matplotlib Tutorial (English): kzbin.info/www/bejne/enelnId_ndWnhbM Matplotlib Tutorial (Hindi): kzbin.info/www/bejne/rHOmiaZ3mcSmrc0
@onlineaakashvani6145
@onlineaakashvani6145 9 ай бұрын
Thankyou Jay shree ram
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
Welcome! Refer our other Python Tutorials: Python Tutorial (English): kzbin.info/www/bejne/fpLOiaOhjcidmqs Python Tutorial (Hindi): kzbin.info/www/bejne/mGqaiKaFgp51j8k NumPy Tutorial (English): kzbin.info/www/bejne/jaSof6atoritbK8 NumPy Tutorial (Hindi): kzbin.info/www/bejne/qKDUhKeMjLOFbbM Matplotlib Tutorial (English): kzbin.info/www/bejne/enelnId_ndWnhbM Matplotlib Tutorial (Hindi): kzbin.info/www/bejne/rHOmiaZ3mcSmrc0
@AbdirahmanAbdull-gs1wr
@AbdirahmanAbdull-gs1wr 5 ай бұрын
Thanks your help me prother.
@Amit.Thinks
@Amit.Thinks 5 ай бұрын
Glad to hear that. Refer to our other free courses: NumPy Tutorial: kzbin.info/www/bejne/jaSof6atoritbK8 Matplotlib Tutorial: kzbin.info/www/bejne/enelnId_ndWnhbM ChatGPT Tutorial: kzbin.info/www/bejne/bHabpapslJmng7M
@AshanSuranjana-ff3nw
@AshanSuranjana-ff3nw 9 ай бұрын
❤❤❤
@Amit.Thinks
@Amit.Thinks 9 ай бұрын
Check our free 5 courses for Data Science: bit.ly/3O7KfGk
@shoaibalam7126
@shoaibalam7126 7 ай бұрын
itni english aati hoti toa freecode camp se na perh letay
@Amit.Thinks
@Amit.Thinks 7 ай бұрын
Hahaha! Bhai, same course in Hindi: 🙂 Pandas Tutorial (Hindi): kzbin.info/www/bejne/a2izgHmwj5yZbJI Aur bheju Hindi courses? Video Description mein sab hai bhai…
@MadhusudhanreddyBapathu
@MadhusudhanreddyBapathu 4 ай бұрын
Please remove subtitles, I am getting irritating
@Amit.Thinks
@Amit.Thinks 4 ай бұрын
So, you don't know how to switch off the subtitles? Click on the "Settings" gear icon on the video player and click "Off".
@MadhusudhanreddyBapathu
@MadhusudhanreddyBapathu 4 ай бұрын
@@Amit.Thinks Thanks
@Amit.Thinks
@Amit.Thinks 4 ай бұрын
You're welcome. All our free courses: docs.google.com/document/d/1-QY5N2Cq2tjMbSMo1WPMKZ-ju2MnDWkF/
@MadhusudhanreddyBapathu
@MadhusudhanreddyBapathu 4 ай бұрын
@@Amit.Thinks Thanks
Я сделала самое маленькое в мире мороженое!
00:43
Mom had to stand up for the whole family!❤️😍😁
00:39
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 175 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Rob Mulla
Рет қаралды 273 М.
Starting a Career in Data Science (10 Thing I Wish I Knew…)
10:42
Sundas Khalid
Рет қаралды 221 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 410 М.
R vs Python
7:07
IBM Technology
Рет қаралды 331 М.
Exploratory Data Analysis in Pandas | Python Pandas Tutorials
32:13
Alex The Analyst
Рет қаралды 142 М.
NumPy vs Pandas
5:55
IBM Technology
Рет қаралды 166 М.
Learning Pandas for Data Analysis? Start Here.
22:50
Rob Mulla
Рет қаралды 108 М.
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 488 М.
Pandas for Data Science in 20 Minutes | Python Crash Course
23:06
Nicholas Renotte
Рет қаралды 132 М.
Я сделала самое маленькое в мире мороженое!
00:43