Christopher Hoover
  • Home
Sign in Subscribe

Python

A collection of 4 posts
Scraping TripAdvisor reviews using Python
Python

Scraping TripAdvisor reviews using Python

We’re going to use scrape review data from Tripadvisor, which would be helpful if you wanted to do a NLP analysis of reviews as a way to keep your finger on the pulse of customer satisfaction. Selenium is a tool that lets you control your desktop browser programmatically. Tripadvisor
19 Feb 2024 3 min read
Boolean indexing using Pandas
Python

Boolean indexing using Pandas

Introduction Here’s a quick reference for exploring data using Boolean indexing in Pandas. Remember that a boolean operation returns only True or False, and can only be performed against a series. Using booleans in data is usually a two-step process: the first step is to evaluate the series and
19 Feb 2024 2 min read
Getting started with the Google Ads API using Python
Python

Getting started with the Google Ads API using Python

Introduction Getting started with the Google Ads API can sometimes be a frustrating experience. There's lots of steps, and the online tutorials can be hard to follow. Here we try to describe the process step by step in one fell swoop. Don't get discouraged. It'
19 Feb 2024 9 min read
Getting started with the Google Ads API using Python
Python

Getting started with the Google Ads API using Python

Introduction Getting started with the Google Ads API can sometimes be a frustrating experience. There's lots of steps, and the online tutorials can be hard to follow. Here we try to describe the process step by step in one fell swoop. Don't get discouraged. It'
11 Jan 2024 9 min read
Page 1 of 1
Christopher Hoover © 2025
  • Sign up
Powered by Ghost