Skip to content

Analyzing unicorn company data

In this workspace, we'll be exploring the relationship between total funding a company receives and its valuation.

Spinner
DataFrameas
df
variable
-- Explore the data in the table
SELECT COUNT(journeys_millions) AS yearly_tickets
FROM TFL.JOURNEYS
WHERE year = 2023;
Open the video in a new tab