Project 7 Data Analysis with Python DataScience Udemy Courses Data
YOUR LINK HERE:
http://youtube.com/watch?v=AO5uhxa1R84
Download Source Code of this project (Rs.39) - https://rzp.io/l/project7sourcecode • Download - Data Science Data Analytics Self Study Notes - https://datasciencelovers.graphy.com/... • Download Dataset File - https://datasciencelovers.graphy.com/... • Enrol in our course for Certificate, All Notes Projects Source Codes - https://datasciencelovers.graphy.com/... • Download Free Core Python Notes - https://datasciencelovers.graphy.com/... • Download - Python Pandas Notes ( Rs.50 ) - http://bit.ly/3KxMpgA • ---------------------------------------------------------- • Watch demo of Self Study Material - • Data Analyst - Course Notes | Python,... • Outside India, PayPal for Self Study Material ($5) - [email protected] • ---------------------------------------------------------- • Contact Mail Id : [email protected] • ---------------------------------------------------------- • Want to become a Data Scientist ? Join Now Get 15% additional discount with code 'DS_LOVER' - https://beyond-machine.com/ • About this course : : • 1) Job Guarantee : They will keep working with you until you get a job • 2) 24x7 Mentoring • 3) The program is designed by one of the UK's prime Data Scientist - Stylianos Kampakis. • -------------------------------------------------------------------- • In this video exercise, Udemy Courses Dataset is analyzed in a very Easy To Understand (ETU) language. • Here, you will learn about the python commands how to work on a real project of Data Analysis with Python. • Questions are given in the project and then solved with the help of Python functions/commands. • The commands that we used in this project : • import pandas as pd -- To import Pandas library. • pd.read_csv - To import the CSV file in Jupyter notebook. • head() - It shows the first N rows in the data (by default, N=5). • unique( ) - It shows the all unique values of the column. • value_counts - In a column, it shows all the unique values with their count. It can be applied to a single column only. • df[df.Col_1 = = ‘Element1’] - Filtering – We are accessing all records with Element1 only of Col_1. • df.sort_values(‘Col_name' , ascending=False ) - To sort the dataframe wrt any column values in descending order. • df[ (df.Col1 = = ‘Element1’) (df.Col2 == ‘Element2’) ] - Multilevel filtering - And Filter – Filtering the data with two more items. • str.contains('Value_to_match’) - To find the records that contains a particular string. • dtypes - To show datatypes of each column. • pd.to_datetime(df.Date_Time_Col) - To convert the data-type of Date-Time Column into datetime[ns] datatype. • dt.year - Creating a new column with only year values. • df.groupby(‘Col_1’)['Col_2'].max() - Using groupby with two different columns. • ....................................................................... • Q. 1) What are all different subjects for which Udemy is offering courses ? • Q. 2) Which subject has the maximum number of courses. • Q. 3) Show all the courses which are Free of Cost. • Q. 4) Show all the courses which are Paid. • Q. 5) Which are Top Selling Courses ? • Q. 6) Which are Least Selling Courses ? • Q. 7) Show all courses of Graphic Design where the price is below 100 ? • Q. 8) List out all the courses that are related to 'Python'. • Q. 9) What are courses that were published in the year 2015 ? • Q. 10) What is the Max. Number of Subscribers for Each Level of courses ? • ------------------------------------------------------ • You must check our other videos : • Project 8 - • Project - 8 | Data Analysis with Pyth... • Project 6 - • Project - 6 | Data Analysis with Pyth... • Project 5 - • Project - 5 | Data Analysis with Pyth... • Project 4 - • Project - 4 | Data Analysis with Pyth... • Project 3 - • Project - 3 | Data Analysis with Pyth... • Project 2 - • Project - 2 | Data Analysis with Pyth... • Project 1 - • Project - 1 | Data Analysis with Pyth... • • #python #dataanalytics #datascience #project
#############################
