Skip to content

Commit 6039fb4

Browse files
committed
Update example code
1 parent 53b5efc commit 6039fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ df
1919
```
2020

2121
<iframe
22-
src="./lite/repl/index.html?toolbar=1&kernel=python&code=import pandas as pd"
22+
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)"
2323
width="100%"
2424
height="500px"
2525
></iframe>

0 commit comments

Comments
 (0)