Skip to content

Commit f51a015

Browse files
committed
Remove example code
1 parent 60e01ec commit f51a015

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

web/pandas/getting_started.md

-13
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@
55
You can try `pandas` in your browser with the following interactive shell
66
without installing anything on your computer.
77

8-
For example you can use the following code snippet to interact with the `iris`
9-
dataset:
10-
11-
```python
12-
import pandas as pd
13-
14-
# load the dataset
15-
df = pd.read_csv('iris.csv')
16-
17-
# display the DataFrame
18-
df
19-
```
20-
218
<iframe
229
src="./lite/repl/index.html?toolbar=1&kernel=python&code=import%20pandas%20as%20pd&code=df%20=%20pd.DataFrame(%7B'num_legs':%20%5B2,%204%5D,%20'num_wings':%20%5B2,%200%5D%7D,%20index=%5B'falcon',%20'dog'%5D)"
2310
width="100%"

0 commit comments

Comments
 (0)