Skip to content

Analyzing unicorn company data
Unicorn funding vs valuation
DataFrameavailable as
df
variable
SELECT * FROM companies INNER JOIN funding USING(company_id)
import plotly.express as px
fig = px.scatter(df, x='funding', y='valuation', log_x=True, log_y = True, title='Valuation vs Funding', hover_name = 'company')
fig.show()
- Postivie correlation
- Some companie with valuation < total funding