My workbooks
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
‌
Sign up
Beta
Spinner

Analyze unicorn funding vs valuation

In this capstone project, you'll apply your newly acquired skills on a real-world dataset! More specifically, you will be exploring unicorns -- privately held companies with a valuation of over 1 billion USD -- and the relationship between funding they received and their valuation.

After working through all the steps in this notebook, share your work with us so we can review it and give feedback. Good luck!

Import the data

The unicorn company data you'll be working with is stored in a PostgreSQL database that you can access with the Unicorn Companies integration. Add a SQL cell and write the appropriate query so you can analyze company funding vs valuation in the next step.

Unknown integration
DataFrameavailable as
df
variable
This query is taking long to finish...Consider adding a LIMIT clause or switching to Query mode to preview the result.

Explore the relationship between funding and valuation

Create an insightful chart that displays the potential relationship between funding and valuation. You can use any plotting library for this. Finish up by describing your findings

# Add Python code here
  • AI Chat
  • Code