RUVIDEO
Поделитесь видео 🙏

Project - 3 | Data Analysis with Python | #DataScience | Police Dataset

📁 Обучение 👁️ 17 📅 02.12.2023

Download Source Code of this project (Rs.29) - https://rzp.io/l/project3sourcecode

Download - Complete Course Notes - Data Analyst Self Study Material (Rs.250) - https://datasciencelovers.graphy.com/products/Python---Data-Analytics-Study-Material-64d7b0bdfd6efd7c4587e233?dgps_s=dsh&dgps_u=c&dgps_uid=64cb5694e4b000cf748a30c2&dgps_t=cp_m

Download Dataset File - https://datasciencelovers.graphy.com/products/Dataset--Project-3---Police-Data-Analysis-64e0b68aaf71f92061d53203?dgps_s=dsh&dgps_u=c&dgps_uid=64cb5694e4b000cf748a30c2&dgps_t=cp_m

Enrol in our course for Certificate, All Notes & Projects Source Codes - https://datasciencelovers.graphy.com/courses/Python---Data-Analytics---Real-World-Hands-on-Projects-With-Notes-64ccd418e4b0023b3208c01f-64ccd418e4b0023b3208c01f

Download Free Core Python Notes - https://datasciencelovers.graphy.com/products/Core-Python-Notes-64d116f7c7a9985f7b99a5bf?dgps_s=dsh&dgps_u=c&dgps_uid=64cb5694e4b000cf748a30c2&dgps_t=cp_m

Download - Python Pandas Notes ( Rs.50 ) - http://bit.ly/3KxMpgA

----------------------------------------------------------

Watch demo of Self Study Material - https://youtu.be/LoFpsODdkuo

PayPal for Self Study Material ($20) - [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, you will learn 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. It is a project of Data Analysis with Python or you can say, Data Science with Python.

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)
* df.isnull( ).sum( ) - It detects the missing values from each column of the dataframe.
* df.drop(‘Col_name’ ) - To drop a column from dataframe.
* value_counts - In a column, it shows all the unique values with their count. It can be applied on a single column only.
* df.groupby(‘Col_1’)[‘Col_2’] .sum( ) - To create groups - Two Keys – Apply on Col_2 grouped by Col_1.
* df['Column_name'].map( { old1:new1 , old2:new2} ) – Change the all values of a column from old to new. We have to write for all values of column otherwise Nan will appear.
* df['Column_name'].mean() - To show Mean value of a column.
* df.groupby('Column_1').Column_2.describe() - To create groups based on Column1 and show statistics summary based on Column2.

.......................................................................

Q. 1) Instruction ( For Data Cleaning ) - Remove the column that only contains missing values.
Q. 2) Question ( Based on Filtering + Value Counts ) - For Speeding , were Men or Women stopped more often ?
Q. 3) Question ( Groupby ) - Does gender affect who gets searched during a stop ?
Question ( mapping + data-type casting )
Q. 4) Question ( mapping + data-type casting ) - What is the mean stop_duration ?
Q. 5) Question ( Groupby , Describe ) - Compare the age distributions for each violation.

-------------------------------------------------------

You must check our other videos :

Project 8 - https://youtu.be/b7Kd0fLwgO4
Project 7 - https://youtu.be/AO5uhxa1R84
Project 6 - https://youtu.be/e1zKFSrKeLs
Project 5 - https://youtu.be/q-Omt6LgRLc
Project 4 - https://youtu.be/89eYAAPyRfo
Project 2 - https://www.youtube.com/watch?v=fhiUl7f5DnI
Project 1 - https://www.youtube.com/watch?v=4hYOkHijtNw

#python #dataanalytics #datascience #project

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Project - 3 | Data Analysis with Python | #DataScience | Police Dataset», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.