Skip to content
Unicorn funding vs valuation
Unicorn funding vs valuation
DataFrameavailable as
df
variable
select * from companies inner join funding using(company_id)
import plotly.express as px
# Create a scatter plot with Plotly
fig = px.scatter(df, x='funding', y='valuation', log_x = True, log_y = True,
hover_data=['company', 'city', 'country', 'continent'],
title='Valuation vs Funding')
# Show the plot
fig.show()
- Positive correlation
- Some companies with valuation < total funding