Data Science Fundamentals: Data Exploration in Python (Pandas)

Опубликовано: 24 Октябрь 2024
на канале: Ken Jee
18,779
542

The goal of this video is to make data science accessible to everyone. This starts with loading in and exploring data. I use python and the pandas module to show you how to do this.

Anaconda: https://www.anaconda.com/
Data: https://www.kaggle.com/austinreese/cr...
Code with comments: https://github.com/PlayingNumbers/fun...

#DataScience #DataScienceFundamentals #DataExploration #Python

Things shown:
0:00 Intro
3:15 What pandas is
4:15 How Spyder works
6:25 Reading in data - pd.read_csv()
7:20 Showing the shape of the data (Rows, Columns) - data.shape
7:45 Sampling data - data.head() data.tail()
8:30 Getting column names - data.columns
9:05 Overall information on your dataset - data.info() data.describe()
10:35 Getting data types - data.dtype
11:15 Evaluating null values - data.isnull() data.isnull().any()
12:00 Getting percent null - data.isnull().sum() / data.shape[0]
13:40 Information on categorical variables - data.variable.unique() data.variable.value_counts data.type.value_counts()/ data.type.notnull().sum()
16:00 Graphs: histogram data.var.hist() data.var.bar()

#KenJee

⭕ Subscribe: https://www.youtube.com/c/kenjee1?sub...
🎙 Listen to My Podcast:    / kensnearestneighborspodcast  
🕸 Check out My Website - https://kennethjee.com/
✍️Sign up for My Newsletter - https://www.kennethjee.com/newsletter
📚 Books and Products I use - https://www.amazon.com/shop/kenjee (affiliate link)

Partners & Affiliates
🌟 365 Data Science - Courses ( 57% Annual Discount): https://365datascience.pxf.io/P0jbBY
🌟 Interview Query - https://www.interviewquery.com/?ref=k...

MORE DATA SCIENCE CONTENT HERE:
🐤My Twitter -   / kenjee_ds  
👔 LinkedIn -   / kenjee  
📈 Kaggle - https://www.kaggle.com/kenjee
📑 Medium Articles -   / kenneth.b.jee  
💻 Github - https://github.com/PlayingNumbers
🏀 My Sports Blog -https://www.playingnumbers.com

Check These Videos Out Next!
My Leaderboard Project:    • I Built the FIRST EVER YouTube Subscr...  
66 Days of Data:    • What is the #66DaysOfData?  
How I Would Learn Data Science in 2021:    • How I Would Learn Data Science in 202...  

My Playlists
Data Science Beginners:    • Data Science Beginners  
Project From Scratch:    • Data Science Project from Scratch - P...  
Kaggle Projects:    • Kaggle Projects