Exploratory Data Analysis in R: Towards Data Understanding

preview_player
Показать описание
In this video, I provide a quick overview on how you can gain data understanding by performing exploratory data analysis.

⭕ Timeline
0:19 Kicking off the first R Data Science Project "Exploratory Data Analysis"
0:52 Growing your Data science portfolio
2:32 Perform "Exploratory Data Analysis" in order to gain "Data Understanding"
2:57 Load the Iris dataset (Several ways shown)
3:37 Load Iris Method 2: Download using getURL()
6:33 Playing around with iris dataframe
7:52 Summary statistics
9:27 Look at summary statistics using summary()
10:29 Summation of missing data
11:52 skimr library provides a more in-depth summary statistics of dataset

⭕ Playlist:
Check out our other videos in the following playlists.

⭕ Subscribe:
If you're new here, it would mean the world to me if you would consider subscribing to this channel.

⭕ Recommended Tools:
Kite is a FREE AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite and I love it!

⭕ Recommended Books:

⭕ Stock photos, graphics and videos used on this channel:

⭕ Follow us:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

#dataprofessor #rdatascience #datascienceproject #r #rtutorial #rworkshop #learnr #rprogramming #learnrprogramming #rcode #rstudio #rstudiocloud #datascience #datamining #bigdata #machinelearning #datascienceworkshop #dataminingworkshop #dataminingtutorial #datasciencetutorial #ai #artificialintelligence
Рекомендации по теме
Комментарии
Автор

QUESTION OF THE DAY: How do you use R to perform "Exploratory Data Analysis"? What R functions or packages?

DataProfessor
Автор

ขอบคุณอาจารย์ที่ทำ content อย่างนี้ครับ your speciality in R with Bioinformatics is very helpful for my case as I am interning at Johns Hopkins University where they mainly use R programming. A lot of contents on youtube are in python and yours truly help as you have both. Greatly appreciated and thank you krup!

mack.cheerdesk
Автор

What a legend man! Thank you for sharing your knowledge, going to follow this R project series - dropped a sub 😄

josephjoestar
Автор

Thank you for the video! I found it very intresting, especially skimr package.

MrKalin
Автор

When I try Method 2 using get URL, I get the error below. Any suggestions? Thx.
Error in function (type, msg, asError = TRUE) :
SSL certificate problem: certificate has expired

FrankMLoSchiavo
Автор

Thank you, professor, it is really helped me with my project

atiqahshafie
Автор

Thank you. Your explanation is very clear

sp-francinagoh
Автор

Thank you. Can we use the R -version 4.0 for this tutturials??

antonioverissimo
Автор

Hi, I have problems with function skim(): Error in base::nchar(wide_chars$test, type = "width") :
lazy-load database is corrupt
In addition: Warning messages:
1: In base::nchar(wide_chars$test, type = "width") :
restarting interrupted promise evaluation
2: In base::nchar(wide_chars$test, type = "width") :
internal error -3 in R_decompress1.
¿Could you advice me, please?

claudiocrespo
Автор

Is the 101 video you're talking about supposed to be in the "R Data Science Project" library?

I don't see it :(

chiefmyroncappermoon
Автор

Thank you! Your videos are super helpful :)

leylamerlo
Автор

Prof. my skim(iris ) is not working even if after installing the package of skimr. It shows skimr package successfully unpacked but when i run the command it says skim not found.

I run the code.

library(dplyr)
iris%>%
dplyr::group_by(species)%>%
skim()

but the output is...
iris%>%
+ dplyr::group_by(species)%>%
+ skim()
Error in get(nm, envir = fn, mode = "function") :
object 'skim' of mode 'function' was not found

abhipsatripathy
Автор

Hi, thanks for video. you mentioned at the beginning of video about a link to 6 steps... where is the link?

siamaksiamak
Автор

I get this error when executing the dplyr function: Error in UseMethod("group_by_") :
no applicable method for 'group_by_' applied to an object of class "factor"

SneakerFreaker
Автор

How can I download the dataset you used ???

NewNew-ys
Автор

I am doing a masters degree in data science adn in my final year we have an elective of bioinformatics.Do I need to have an understanding of biology to study bioinformatics .I am from tech background and do not know much about biology except some high school knowledge

mandarvaidya
Автор

Hi, could you please share the link for the next video ? Thank you so much for this tutorial

jisaelza
Автор

I am still struggling with my dataset, could we meet over zoom?

gohanlopez
Автор

Thank you data doctor for the detailed explanations. On my Rstudio i keep getting error messages when running this code
iris %%
dplyr::group_by(species) %%
skim() - (Error in UseMethod("group_by") :
no applicable method for 'group_by' applied to an object of class "factor")...please what am i doing wrong?

gbubemierics
Автор

Hi professor thanks for this amazing content
Do you have any similar projects but using python ?

shehabberam