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): ruclips.net/video/WsENswmSz6M/видео.html 🔥NumPy Tutorial (Hindi): ruclips.net/video/roqStVWNR7Q/видео.html 🔥Matplotlib Tutorial (English): ruclips.net/video/DFBkTIhptOQ/видео.html 🔥Matplotlib Tutorial (Hindi): ruclips.net/video/vBCXsAd_swk/видео.html 🔥Python Tutorial (English): ruclips.net/video/HakXpkXcjdI/видео.html 🔥Python Tutorial (Hindi): ruclips.net/video/b97WsOM9BYg/видео.html
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)
I have provided the same ppt notes on my website: studyopedia.com/tutorials/pandas Also, refer to our free courses: Power BI Tuorial: ruclips.net/video/OITCW7ETz-M/видео.html SQL Tutorial: ruclips.net/video/3mukGYjvixE/видео.html Python Tutorial: bit.ly/3znnb1y Pandas Tutorial: ruclips.net/video/yFoVs3_wvPo/видео.html NumPy Tutorial: ruclips.net/video/WsENswmSz6M/видео.html Matplotlib Tutorial: ruclips.net/video/DFBkTIhptOQ/видео.html MySQL Tutorial: ruclips.net/video/sgpDAiF-18o/видео.html MongoDB Tutorial: ruclips.net/video/cZ79avoq9UU/видео.html HTML Tutorial: bit.ly/3VHaUvq CSS Tutorial: bit.ly/3Khx5Ei Bootstrap Tutorial: ruclips.net/video/nahewStckVU/видео.html
Hahaha! Bhai, same course in Hindi: 🙂 Pandas Tutorial (Hindi): ruclips.net/video/57POFzZ7f60/видео.html Aur bheju Hindi courses? Video Description mein sab hai bhai…
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): ruclips.net/video/WsENswmSz6M/видео.html
🔥NumPy Tutorial (Hindi): ruclips.net/video/roqStVWNR7Q/видео.html
🔥Matplotlib Tutorial (English): ruclips.net/video/DFBkTIhptOQ/видео.html
🔥Matplotlib Tutorial (Hindi): ruclips.net/video/vBCXsAd_swk/видео.html
🔥Python Tutorial (English): ruclips.net/video/HakXpkXcjdI/видео.html
🔥Python Tutorial (Hindi): ruclips.net/video/b97WsOM9BYg/видео.html
Please i need to talk to you assp!
Thank you
First comment
Sir Python for Data science course please making a video
Already uploaded. Free 5 courses for Data Science: bit.ly/3O7KfGk
Thank you so much sir ❤❤
Most welcome. Refer to our other free courses:
Python Tutorial (English): ruclips.net/video/HakXpkXcjdI/видео.html
Python Tutorial (Hindi): ruclips.net/video/b97WsOM9BYg/видео.html
Pandas Tutorial (English): ruclips.net/video/yFoVs3_wvPo/видео.html
Pandas Tutorial (Hindi): ruclips.net/video/57POFzZ7f60/видео.html
NumPy Tutorial (English): ruclips.net/video/WsENswmSz6M/видео.html
NumPy Tutorial (Hindi): ruclips.net/video/roqStVWNR7Q/видео.html
Matplotlib Tutorial (English): ruclips.net/video/DFBkTIhptOQ/видео.html
Matplotlib Tutorial (Hindi): ruclips.net/video/vBCXsAd_swk/видео.html
Hi Amit, we can use python pandas for ETL Testing Automation(for validations) rite?
Yes you can use pandas for ETL
Thank you very much for all the shared and updated information :D
You're welcome. Also refer:
NumPy Tutorial: ruclips.net/video/WsENswmSz6M/видео.html
Matplotlib Tutorial: ruclips.net/video/DFBkTIhptOQ/видео.html
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
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)
Its showing tuple object is not callable. TypeError even if there's not any error.
print("student record
" , df)
Idk where the error
"TypeError" itself means there is an error. Kindly recheck the code.
Thank you so much !
Sir can you please send the ppt
I have provided the same ppt notes on my website: studyopedia.com/tutorials/pandas
Also, refer to our free courses:
Power BI Tuorial: ruclips.net/video/OITCW7ETz-M/видео.html
SQL Tutorial: ruclips.net/video/3mukGYjvixE/видео.html
Python Tutorial: bit.ly/3znnb1y
Pandas Tutorial: ruclips.net/video/yFoVs3_wvPo/видео.html
NumPy Tutorial: ruclips.net/video/WsENswmSz6M/видео.html
Matplotlib Tutorial: ruclips.net/video/DFBkTIhptOQ/видео.html
MySQL Tutorial: ruclips.net/video/sgpDAiF-18o/видео.html
MongoDB Tutorial: ruclips.net/video/cZ79avoq9UU/видео.html
HTML Tutorial: bit.ly/3VHaUvq
CSS Tutorial: bit.ly/3Khx5Ei
Bootstrap Tutorial: ruclips.net/video/nahewStckVU/видео.html
Thankyou Jay shree ram
Welcome! Refer our other Python Tutorials:
Python Tutorial (English): ruclips.net/video/HakXpkXcjdI/видео.html
Python Tutorial (Hindi): ruclips.net/video/b97WsOM9BYg/видео.html
NumPy Tutorial (English): ruclips.net/video/WsENswmSz6M/видео.html
NumPy Tutorial (Hindi): ruclips.net/video/roqStVWNR7Q/видео.html
Matplotlib Tutorial (English): ruclips.net/video/DFBkTIhptOQ/видео.html
Matplotlib Tutorial (Hindi): ruclips.net/video/vBCXsAd_swk/видео.html
You are the best
Thanks Sir
You'r welcome, Sahil. Refer the following free tutorials:
Python Tutorial (English): ruclips.net/video/HakXpkXcjdI/видео.html
Python Tutorial (Hindi): ruclips.net/video/b97WsOM9BYg/видео.html
NumPy Tutorial (English): ruclips.net/video/WsENswmSz6M/видео.html
NumPy Tutorial (Hindi): ruclips.net/video/roqStVWNR7Q/видео.html
Matplotlib Tutorial (English): ruclips.net/video/DFBkTIhptOQ/видео.html
Matplotlib Tutorial (Hindi): ruclips.net/video/vBCXsAd_swk/видео.html
Thanks your help me prother.
Glad to hear that. Refer to our other free courses:
NumPy Tutorial: ruclips.net/video/WsENswmSz6M/видео.html
Matplotlib Tutorial: ruclips.net/video/DFBkTIhptOQ/видео.html
ChatGPT Tutorial: ruclips.net/video/6E8tw6_4tMQ/видео.html
❤❤❤
Check our free 5 courses for Data Science: bit.ly/3O7KfGk
itni english aati hoti toa freecode camp se na perh letay
Hahaha! Bhai, same course in Hindi: 🙂
Pandas Tutorial (Hindi): ruclips.net/video/57POFzZ7f60/видео.html
Aur bheju Hindi courses?
Video Description mein sab hai bhai…
Please remove subtitles, I am getting irritating
So, you don't know how to switch off the subtitles?
Click on the "Settings" gear icon on the video player and click "Off".
@@Amit.Thinks Thanks
You're welcome. All our free courses:
docs.google.com/document/d/1-QY5N2Cq2tjMbSMo1WPMKZ-ju2MnDWkF/
@@Amit.Thinks Thanks