👋 Welcome to your workspace
This is an example of a notebook in your workspace. Your workspace is a home for you and your team's projects.
Playing around 🧸
We already got you started with a sample dataset which you can play around with...
select
*
from
sessions
limit
100
You can even switch between SQL and Python...
df.session_duration.describe()
And you can visualize your data easily, so you can generate insights faster...
Next steps
👈 Check out the left sidebar, it has some useful features: