🏠
Working from home
-
Microsoft
- Washington, DC
-
08:55
(UTC -05:00) - https://www.linkedin.com/in/alex-farach/
Pinned Loading
-
-
-
pep_talk.R
pep_talk.R 1pep_talk <- function() {
2read.csv("https://raw.githubusercontent.com/farach/pep/main/pep_talk.csv") |>
3purrr::map_chr(~ sample(.x, 1)) |>
4glue::glue_collapse(sep = " ")
5}
-
Bruce Springsteen music analysis plot
Bruce Springsteen music analysis plot 1library(spotifyr)
2library(tidyverse)
3library(lubridate)
4library(glue)
5library(geniusr)
-
Web scraping glassdoor review, using...
Web scraping glassdoor review, using spacy for NLP, plotting evolution of reviews 1---
2title: "Using SpacyR on scraped glassdoor reviews"
3author: "Alex Farach"
4date: "10/17/2021"
5output: html_document
-
STEM Occupations and Wages, BLS.gov/...
STEM Occupations and Wages, BLS.gov/OES data 1library(tidyverse)
2library(colorplaner)
3library(scales)
45tmp <- tempfile()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.