Web Scrape in Google Sheets: IMPORTHTML, IMPORTDATA, & IMPORTFEED Functions (Part 1)

dataslice · Beginner ·📰 AI News & Updates ·5y ago
Web Scrape in Google Sheets: IMPORTHTML, IMPORTDATA, & IMPORTFEED Functions (Part 1) Part 2: https://youtu.be/4A12xqQPJXU ---------------- Code ---------------- Tables: var i = 1; [].forEach.call(document.querySelectorAll('table'), function(x) { console.log(i++, x); }); Lists: var i = 1; [].forEach.call(document.querySelectorAll('ul,ol'), function(x) { console.log(i++, x); }); ---------------- Datasets ---------------- Apple Species: https://en.wikipedia.org/wiki/List_of_apple_cultivars Earthquakes: https://en.wikipedia.org/wiki/Lists_of_earthquakes Zha Jiang Mian Recipe: https://www.thespruc…
Watch on YouTube ↗ (saves to browser)

Chapters (5)

Intro
0:36 ImportHTML
4:54 ImportDATA
5:46 ImportFEED
5:59 Summary

Playlist

Uploads from Dataslice · Dataslice · 11 of 22

1 Web Scrape Text from ANY Website - Web Scraping in R (Part 1)
Web Scrape Text from ANY Website - Web Scraping in R (Part 1)
Dataslice
2 Web Scrape Nested Links/Multiple Pages - Web Scraping in R (Part 2)
Web Scrape Nested Links/Multiple Pages - Web Scraping in R (Part 2)
Dataslice
3 Web Scrape Multiple Pages with Loops - Web Scraping in R (Part 3)
Web Scrape Multiple Pages with Loops - Web Scraping in R (Part 3)
Dataslice
4 Web Scrape Tables - Web Scraping in R (Part 4)
Web Scrape Tables - Web Scraping in R (Part 4)
Dataslice
5 Create Animated Racing Bar Charts (Bar Chart Races)
Create Animated Racing Bar Charts (Bar Chart Races)
Dataslice
6 Linear Regression Summary in R
Linear Regression Summary in R
Dataslice
7 Drag-and-drop ggplot2 graphs with the Esquisse library
Drag-and-drop ggplot2 graphs with the Esquisse library
Dataslice
8 Make Beautiful Graphs in R: 5 Quick Ways to Improve ggplot2 Graphs
Make Beautiful Graphs in R: 5 Quick Ways to Improve ggplot2 Graphs
Dataslice
9 Animate Graphs in R: Make Gorgeous Animated Plots with gganimate
Animate Graphs in R: Make Gorgeous Animated Plots with gganimate
dataslice
10 Word Clouds in R: Useful & Beautiful Word Clouds with wordcloud2
Word Clouds in R: Useful & Beautiful Word Clouds with wordcloud2
dataslice
Web Scrape in Google Sheets: IMPORTHTML, IMPORTDATA, & IMPORTFEED Functions (Part 1)
Web Scrape in Google Sheets: IMPORTHTML, IMPORTDATA, & IMPORTFEED Functions (Part 1)
dataslice
12 Web Scrape in Google Sheets: IMPORTXML Function (Part 2)
Web Scrape in Google Sheets: IMPORTXML Function (Part 2)
Dataslice
13 Make Interactive Graphs in R: Creating & Embedding Interactive Graphs with plotly
Make Interactive Graphs in R: Creating & Embedding Interactive Graphs with plotly
dataslice
14 R Maps: Beautiful Interactive Choropleth & Scatter Maps with Plotly
R Maps: Beautiful Interactive Choropleth & Scatter Maps with Plotly
Dataslice
15 Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 1: Site Configuration
Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 1: Site Configuration
dataslice
16 Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 2: Adding Posts
Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 2: Adding Posts
dataslice
17 Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 3: Customization
Build a Data Science Portfolio (Free & Easy) with Jekyll & GitHub Pages | Part 3: Customization
dataslice
18 Regex Basics | Match, Extract, and Clean Text
Regex Basics | Match, Extract, and Clean Text
Dataslice
19 Scrape Websites with Regular Expressions
Scrape Websites with Regular Expressions
Dataslice
20 Dplyr Essentials (easy data manipulation in R): select, mutate, filter, group_by, summarise, & more
Dplyr Essentials (easy data manipulation in R): select, mutate, filter, group_by, summarise, & more
Dataslice
21 Dplyr Advanced Guide: data cleaning, reshaping, and merging with lubridate, stringr, tidyr, ggplot2
Dplyr Advanced Guide: data cleaning, reshaping, and merging with lubridate, stringr, tidyr, ggplot2
dataslice
22 Linear Regression Plots in R
Linear Regression Plots in R
dataslice
The Car Crash That Changed Movies Forever (Star Wars Almost Never Happened)
Next Up
The Car Crash That Changed Movies Forever (Star Wars Almost Never Happened)
Evan Carmichael