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
select * from funding
import plotly.express as px,
px.scatter (df, x = "valuation", y = "funding" )
Open the video in a new tab