We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51a015 commit 52e92caCopy full SHA for 52e92ca
web/pandas/getting_started.md
@@ -5,6 +5,8 @@
5
You can try `pandas` in your browser with the following interactive shell
6
without installing anything on your computer.
7
8
+*Note it can take up to 30 seconds before the shell finishes loading and is ready to run commands.*
9
+
10
<iframe
11
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)"
12
width="100%"
0 commit comments