Python editor with pandas already loaded. Press Ctrl+Enter to run. New to pandas? Follow the tutorial and paste each exercise here.
Runs in your browser (Pyodide) — pandas is preloaded as pd.
Add a CSV, Excel, or JSON file, then pd.read_csv("data.csv")
(or the real filename). Uploads persist after refresh. Writes such as
df.to_csv("out.csv") show up on the file chips — click ↓ to
download.