Data wrangling with R in 27 minutes

  Рет қаралды 24,525

Equitable Equations

Equitable Equations

Күн бұрын

Пікірлер: 45
@EquitableEquations
@EquitableEquations Жыл бұрын
You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.
@DayoOluwakemi
@DayoOluwakemi 25 күн бұрын
Your instructions are very understandable and detailed. I have gained a great deal of knowledge from your lessons. Thank you very much 🙏
@joeltorres1237
@joeltorres1237 10 ай бұрын
It's obvious you have experience teaching! Organized and clear instructions. Thank you! I said I would use python next but your videos and something about R keep me wanting to stick with it. Do you use Python for any specific tasks?
@deyvismejia7529
@deyvismejia7529 5 ай бұрын
I learned so much! Just started using dplyr a couple days ago and wanted something comprehensive on basics. So much to learn, it's not too difficult either.
@hirozopel
@hirozopel 4 ай бұрын
Just wanted to say this was awesome. Great energy and instruction. You got yourself a new sub today!
@KKmovesToMars
@KKmovesToMars 10 ай бұрын
great video! I am so grateful you have taken the time to put these videos together! love your approach. Thank you, this is really great! I am a fan (as you can probably tell by now)
@EquitableEquations
@EquitableEquations 10 ай бұрын
Thanks KK! Glad you're around.
@user-se9uk2py5k
@user-se9uk2py5k Жыл бұрын
Very clear and helpful videos. Thank you very much! Muchas gracias!!! 😊
@mercylearns
@mercylearns 5 ай бұрын
Thank you so much!! it's so useful; Even I took stat course in my university, the professor never taught us how to wangle data! This video is so useful!🤩
@Abdul-nt9uk
@Abdul-nt9uk 29 күн бұрын
Your content is amazing. Thank you so much,
@mycountryfarm
@mycountryfarm 6 ай бұрын
This has been really helpful. Thanks
@skriesten
@skriesten 11 ай бұрын
Really enjoy your presentations. Being new to R this has been really helpful
@ahmedelkholy1323
@ahmedelkholy1323 Жыл бұрын
as usual very amazing useful quick Revision thank you so much sir
@NikkiShah-ky5km
@NikkiShah-ky5km 5 ай бұрын
Very clear and helpful. Thank you for taking the time to create great content!
@KaiqueStorck
@KaiqueStorck 8 ай бұрын
Amazing vídeo, thanks!
@muhammedhadedy4570
@muhammedhadedy4570 Жыл бұрын
I love your work. Thank you so much for your great videos. Please, keep up the great work and I would like to ask you if you can make a tutorial on the lubridate package and dealing with dates in R. It's so underrated package despite the great importance of dates variables in data science..
@EquitableEquations
@EquitableEquations Жыл бұрын
HI! This is definitely on my to-do list. Fabulous package.
@samuelolaoluwa150
@samuelolaoluwa150 3 ай бұрын
You're awesome. I heard to come back here, having watched one of your videos; learning R in 39 minutes. I have a question please I'm doing the data analysis for my research titled; modeling of selected classification methods and comparison of their performance in the classification of anaemia patients among Nigerian children. Now, I've not been using much of R before this work. So I ran into an issue with my dataset. I have one on of my predictor variables to be continuous. When I declared its class in R as numeric, all values for that variable were overwritten as NAs. I can't start checking each cell because there are almost 11,000 observations. How do I fish out where the problem is?
@cptnbrrycrnch5194
@cptnbrrycrnch5194 8 ай бұрын
Great video, really appreciate you making this!
@arebuissa7547
@arebuissa7547 Жыл бұрын
Thank you very informative and easy to understand the basics
@maireadleyden6387
@maireadleyden6387 3 ай бұрын
Excellent. Thank you
@jorgecepe
@jorgecepe 2 ай бұрын
thank you very much! very good material
@Browncas
@Browncas Жыл бұрын
Thank you for sharing this. 🙏
@theecanmole
@theecanmole Жыл бұрын
I didn't know that arrange is the tidyverse equivalent of sort. Thanks!
@EquitableEquations
@EquitableEquations Жыл бұрын
So much of dplyr is inspired by SQL.
@romanvasiura6705
@romanvasiura6705 Жыл бұрын
Thank you! In addition I see nice feature. After changing a variable - we look at it by View() command... but if I do some changes one more time I can change a page were I've already call a variable and I can see new changes without calling View() once again.
@EquitableEquations
@EquitableEquations Жыл бұрын
Yes! Also, when tidyverse is loaded, you don't actually need to capitalize view().
@TheJq32
@TheJq32 Жыл бұрын
Hi, Do you have any plans on doing a video on best practices for R markdown? I'm trying to learn about chunks, blocks, knitr via other online resources and its kind of confusing me. PS really appreciate your time and effort for these, I'm going for a career change and its really giving me confidence that I can do this
@EquitableEquations
@EquitableEquations Жыл бұрын
Yes! Here's my vid on R Markdown: kzbin.info/www/bejne/l6Srmah-h92brNE. Hope it helps!
@mackottens
@mackottens Жыл бұрын
Your content has really helped me transition from STATA to R! Any plans to do some SEM modelling?
@EquitableEquations
@EquitableEquations Жыл бұрын
Oooh good idea!
@kkanden
@kkanden Жыл бұрын
i love your videos so much
@jothamithagu7403
@jothamithagu7403 Жыл бұрын
group_by() is the SUMIF in spreadsheet.. Awesome. 👏👏👏👏👏👏👏
@mjacfardk
@mjacfardk Жыл бұрын
thank you
@PaulYoung-r8g
@PaulYoung-r8g Жыл бұрын
Amazing
@yourivyleaguegirl
@yourivyleaguegirl 3 ай бұрын
for those who couldn't get arrange function done: library(dplyr) df=diamonds_sm df2%arrange(color) view(df2)
@SobugShikder
@SobugShikder Жыл бұрын
I did not find the diamonds file in your Github account.can you please tell me where can i find it?
@EquitableEquations
@EquitableEquations Жыл бұрын
Hi! It becomes available in R as soon as you load tidyverse. You don't need to download it separately.
@harshitarajput2739
@harshitarajput2739 Жыл бұрын
How to get that diamond dataset
@EquitableEquations
@EquitableEquations Жыл бұрын
It becomes available to you as soon as you load tidyverse.
@OsamaElghawil
@OsamaElghawil 6 ай бұрын
The way that the date shows by teachers is not learnable
@samuelolaoluwa150
@samuelolaoluwa150 3 ай бұрын
You're awesome. I heard to come back here, having watched one of your videos; learning R in 39 minutes. I have a question please I'm doing the data analysis for my research titled; modeling of selected classification methods and comparison of their performance in the classification of anaemia patients among Nigerian children. Now, I've not been using much of R before this work. So I ran into an issue with my dataset. I have one on of my predictor variables to be continuous. When I declared its class in R as numeric, all values for that variable were overwritten as NAs. I can't start checking each cell because there are almost 11,000 observations. How do I fish out where the problem is?
@CaribouDataScience
@CaribouDataScience Жыл бұрын
Thanks
How to subset rows in R with filter()
14:03
Equitable Equations
Рет қаралды 4 М.
How to purrr
17:46
Equitable Equations
Рет қаралды 10 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 1 МЛН
Learn R in 39 minutes
38:56
Equitable Equations
Рет қаралды 685 М.
Teach me STATISTICS in half an hour! Seriously.
42:09
zedstatistics
Рет қаралды 2,7 МЛН
Top 10 Must-Know {dplyr} Commands for Data Wrangling in R!
8:01
yuzaR Data Science
Рет қаралды 7 М.
Why you need to use lists more in R
10:24
Andres Quintero
Рет қаралды 1,4 М.
Manipulate your data.   Data wrangling.   R programmning for beginners.
29:59
R Programming 101
Рет қаралды 77 М.
What is R Markdown?
15:15
Equitable Equations
Рет қаралды 17 М.
What Is Data Wrangling: Everything You Need To Know
7:10
Turing College
Рет қаралды 5 М.
Data Wrangling with Python and Pandas
34:52
The Analytics Professor
Рет қаралды 6 М.
Data Wrangling In R with group_by() and summarise()
9:14
Equitable Equations
Рет қаралды 15 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15