Skip to content
Analyzing unicorn company data
  • AI Chat
  • Code
  • Report
  • Analyzing unicorn company data

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

    print("hello world")
    Spinner
    DataFrameavailable as
    df
    variable
    [2]
    SELECT * FROM companies INNER JOIN funding USING (company_id)
    Open the video in a new tab