INTERACTIVE ENGINEERING ENVIRONMENT
Think.
Build.
Execute.
Welcome to my interactive engineering playground —
where SQL, Python, JavaScript, analytics,
experimentation and product engineering
come alive.
Explore the Lab
01 / WORKSPACE
Build Something.
Interactive coding environments
will live here.
In
[1]
import
pandas
as
pd
import
numpy
as
np
data
=
pd.DataFrame({
"Revenue"
:
[120, 180, 240, 310],
"Users"
:
[32, 48, 61, 85]
})
data
.describe()
In
[2]
growth
=
(
data
.Revenue.pct_change()
*
100
)
print
(
"Revenue Growth:"
,
growth.round(2)
)
Run the notebook to see results...
customers
id
INT
customer_name
TEXT
customer_segment
TEXT
city
TEXT
order_value
NUMERIC
signup_year
INT
orders
id
INT
customer_id
INT
product
TEXT
quantity
INT
amount
NUMERIC
order_date
DATE
Use only the tables and columns shown above.
Run JavaScript to see console output...
DevLab Terminal v2.0.0
Browser development environment
✓ Environment initialized
✓ Python runtime ready
✓ SQL connection established
✓ JavaScript sandbox ready
Type help
to see available commands.
samarth@devlab:~$
Terminal Help
help
Show available commands
clear
Clear terminal output
Ctrl
+
L
Clear terminal
↑
/
↓
Command history
Tab
Autocomplete command