Pandas Online Compiler (Editor)
Pandas (Python) Editor
With our "Try it Yourself" editor, you can edit Python code and use the Pandas module, and view the result in your browser.
import pandas as pd df = pd.read_csv('data.csv') print(df.to_string())
Duration Pulse Maxpulse Calories
0 60 110 130 409.1
1 60 117 145 479.0
2 60 103 135 340.0
Click on the "Try it Yourself" button to see how it works.
Build and Publish Pandas Projects
If you want to create your own website or build Python applications, W3Schools Spaces gives you an easy place to write, run, manage, and publish code online.
If you don't know Python, we suggest that you read our Python Tutorial from scratch.