Skip to content
Spinner
DataFrameas
df
variable
-- Start writing your SQL query here 

SELECT * from companies inner join funding using(company_id)
import plotly.express as px
px.scatter(df,x="funding",y="valuation",log_y=True,log_x=True,hover_name="company")
  • there is a positive correlation between the two vars
  • the valuation is greater than the funding