The Data Digest
The Data Digest
  • Видео 44
  • Просмотров 254 669
Web scraping in R with ChatGPT (4 Examples) no HTML knowledge needed
In this video I show you how to extract online information from a website with the rvest package and a little help from ChatGPT.
⌚ TOC:
0:00 - Intro
0:47 - datapaste shortcut
2:13 - easy html table
5:22 - loop through urls
8:52 - chatGPT for nodes
datapaste Tutorials:
ruclips.net/user/results?search_query=R+datapasta
skool community:
www.skool.com/data-analysis-with-r-6607/about
Просмотров: 540

Видео

Analyzing the Top 1000 Skool Communities (8 August 2024)
Просмотров 275Месяц назад
In this video I analyze the top 1000 communities on skool.com (8.8.2024). I show you how many are free or paid, public or private. In which languages their descriptions are written in and how a word cloud of their community names can tell you what the most engaging topics are right now on this platform. Visit my free skool community here: www.skool.com/data-analysis-with-r-6607/about Most of it...
EURO 2024: Analyzing the group phase matches by market value
Просмотров 9773 месяца назад
In this video, I analyze the group phase matches of Euro 2024 by market value. Did the more valuable team always beat the team of lower market value. Which team surprisingly continued to the knock-out phase? Link to flourish interactive chart: flourish-user-preview.com/17991450/TYJ5Ze021DQxj-2EhIiqbN1PWJDICBHYhIOHgQahahPRlmCBmHb24TqzUabav0fW/
I finished the "Productive R Workflow" course. Here is my review!
Просмотров 2854 месяца назад
In this video I want to share with you my experience with the Productive R Workflow course that was created by Yan Holtz. www.productive-r-workflow.com/ DISCLAIMER: This video is not payed, sponsored by the creator of the course. It is my honest and unbiased opinion. I am also not affiliated with him or his work but I know the creator from his other websites and follow him on twitter: r-graph-g...
ALL Titled Tuesday Chess Tournament WINNERS (2014-2024)
Просмотров 3146 месяцев назад
There have been almost 400 Titled Tuesday Blitz Chess Tournaments. And in this animation I show all the winners. The first tournament was won on December 1st 2014 by Daniel Naroditsky. Data source: www.chess.com/tournament/live/titled-tuesdays Animation: flourish.studio/
US Edition of Titled Tuesday 2023 Analysis
Просмотров 1346 месяцев назад
Watch the US Edition of my 2023 Titled Tuesday Blitz Chess Tournament Analysis. I focus on the most common match-ups of the top US players and their results and investigate correlations between their ratings, scores and games played on average. ⏱ Time Stamps ⌚ 0:00 - Intro 0:19 - Hikaru's results vs most common opponents 1:12 - Table of content 1:55 - US participation in Titled Tuesday Tourname...
Analyzing all Titled Tuesday Chess Tournaments from 2023
Просмотров 3,7 тыс.7 месяцев назад
I often watch Chess tournaments on RUclips, so I was curious to analyze a whole year of blitz games played in the Titled Tuesday Tournaments, sponsored by @chess.com, where some of the worlds best chess players participate. ⏱ Time Stamps ⌚ 0:00 - Intro 1:45 - Data import and setup steps 2:38 - Data structure and variables 4:31 - What was the missing tournament 6:06 - Number of players participa...
ALL 53 ggplot2 GEOMS shown in R
Просмотров 2,6 тыс.Год назад
Did you know that there are 50 different "geoms" included in the ggplot2 package? How many can you name before watching? You can download the R code from this video here: www.skool.com/data-analysis-with-r-6607/classroom/daa88316?md=57ce545b62ca4ea1bf836c052ba5f7e9 I hope you enjoy watching all of them in this one video. ⏱ Time Stamps ⌚ 0:00 - intro 1:00 - point, jitter 2:10 - boxplot, violin, ...
How to Create Pie Charts in R (6 easy ways)
Просмотров 7 тыс.Год назад
In this video, I will show you how to create pie charts in R with different functions that often come from special packages. You can download the R code from this video here: www.skool.com/data-analysis-with-r-6607/classroom/daa88316?md=d9007aa78f5744498326ed8a8d8c203c ⏱ Time Stamps ⌚ 0:00 - Intro 1:01 - graphics::pie 4:57 - ggplot::geom_col coord_polar 9:29 - ggpattern 11:55 - ggpubr::ggpie 13...
How to create Multi-Panel plots in R with facet_wrap() and facet_grid()
Просмотров 4,8 тыс.Год назад
In this video, I will show you how to use facet_wrap or facet_grid to create multi-panel plots in R and ggplot. You can download the R code from this video here: www.skool.com/data-analysis-with-r-6607/classroom/daa88316?md=fafca7ecf1984ef78c9eda2c945fc07c Faceting plots can be very helpful to compare your data over different categories. It can also help you to get a quick overview of your data...
4 Examples of Using R Functions for Exploratory Data Analysis (EDA)
Просмотров 5 тыс.Год назад
In this video, I will show you four examples of Exploratory data analysis (EDA) using R. EDA is a critical data analysis technique that can help you identify important insights in your data. I will explain the most important functions, that will equip you to identify important patterns in your data and make better decisions based on it. ⏱ Time Stamps ⌚ 0:00 - Intro 1:28 - mtcars 10:47 - gapmind...
Three Important Lessons You can Learn from Anscombe's Datasets
Просмотров 656Год назад
In this video I demonstrate three important lessons that the Anscombe's Quartet can teach you in R. I will show you different ways to calculate summary statistics. From basic indexing and function calls to apply and for loops and useful dplyr functions like pivot_longer, group_by and summarize. Visualizing datasets is crucial to spot outliers or detect the real pattern and relation ship of vari...
Ultimate Guide to Colors in R
Просмотров 2,7 тыс.Год назад
In this video I want to show you how you can change colors in R. I start with the basic functions and then give some advanced examples. You can download the R code from this video here: www.skool.com/data-analysis-with-r-6607/classroom/daa88316?md=a489a81dee934eddbb904455c39d88dd ⏱ Time Stamps ⌚ 0:00 - Intro 0:45 - base::plot 7:37 - mapping colors with ggplot() 13:45 - color based on conditiona...
R Beginner? Start Here and Learn over 100 basic R functions!
Просмотров 4,1 тыс.2 года назад
In this video I want to show you over 100 basic but extremely useful R functions that every R user should know. It should be essential for beginners to have at least heard of them but also experienced R users might find some extra tips in this video. If you want to download the code to these functions you can find it in my free skool community: www.skool.com/data-analysis-with-r-6607/classroom/...
Powerful R Functions Every Data Analyst Should Know
Просмотров 2,3 тыс.2 года назад
Powerful R Functions Every Data Analyst Should Know
How to Create Parallel Plots in R with geom_line() and ggparcoord()
Просмотров 3,7 тыс.2 года назад
How to Create Parallel Plots in R with geom_line() and ggparcoord()
How to use the 4 different norm() functions in R
Просмотров 14 тыс.2 года назад
How to use the 4 different norm() functions in R
Analyzing Monkeypox Cases in R for Beginners
Просмотров 1,5 тыс.2 года назад
Analyzing Monkeypox Cases in R for Beginners
How to add multiple pictures to ggplot in R with image_read and patchwork
Просмотров 1,6 тыс.2 года назад
How to add multiple pictures to ggplot in R with image_read and patchwork
How to Create Bubble Charts in R with geom_point() and scale_size()
Просмотров 7 тыс.2 года назад
How to Create Bubble Charts in R with geom_point() and scale_size()
How to Create Correlation Plots in R
Просмотров 44 тыс.2 года назад
How to Create Correlation Plots in R
How to Create Heatmaps in R with the geom_tile() and heatmap() functions.
Просмотров 4,2 тыс.2 года назад
How to Create Heatmaps in R with the geom_tile() and heatmap() functions.
Animating the Datasaurus Dozen Dataset in R
Просмотров 1,2 тыс.2 года назад
Animating the Datasaurus Dozen Dataset in R
Line charts and Connected Scatterplots in R with geom_line() and geom_path()
Просмотров 3 тыс.2 года назад
Line charts and Connected Scatterplots in R with geom_line() and geom_path()
Scatterplots in R with geom_point() and geom_text/label()
Просмотров 13 тыс.2 года назад
Scatterplots in R with geom_point() and geom_text/label()
Contour plots in R with geom_density_2d/filled() and geom_bin2d() [R- Graph Gallery Tutorial]
Просмотров 4,9 тыс.2 года назад
Contour plots in R with geom_density_2d/filled() and geom_bin2d() [R- Graph Gallery Tutorial]
Ridgeline plots in R with geom_ridgeline() and geom_density_ridges() [R- Graph Gallery Tutorial]
Просмотров 6 тыс.2 года назад
Ridgeline plots in R with geom_ridgeline() and geom_density_ridges() [R- Graph Gallery Tutorial]
From which Leagues do the Players of the EURO 2020 come from? Chord Diagram Visualization in R
Просмотров 8763 года назад
From which Leagues do the Players of the EURO 2020 come from? Chord Diagram Visualization in R
Boxplots in R with ggplot and geom_boxplot() [R- Graph Gallery Tutorial]
Просмотров 23 тыс.3 года назад
Boxplots in R with ggplot and geom_boxplot() [R- Graph Gallery Tutorial]
How to reorder factors in R (the easy way)
Просмотров 7 тыс.3 года назад
How to reorder factors in R (the easy way)