Skip to content

Commit 2a8acae

Browse files
Mention approximate amount of bandwidth consumed
1 parent 75aeb9e commit 2a8acae

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
@@ -41,7 +41,7 @@ without needing to install anything on your system.
4141

4242
**Please note it can take a while (>30 seconds) before the shell is initialized and ready to run commands.**
4343

44-
**Running it requires a reasonable amount of bandwidth and resources, so it may not work properly on all devices or networks.**
44+
**Running it requires a reasonable amount of bandwidth and resources (>70 MiB on the first load), so it may not work properly on all devices or networks.**
4545

4646
<iframe
4747
src="./lite/repl/index.html?toolbar=1&kernel=python&execute=0&code=import%20pandas%20as%20pd%0Adf%20%3D%20pd.DataFrame%28%7B%22num_legs%22%3A%20%5B2%2C%204%5D%2C%20%22num_wings%22%3A%20%5B2%2C%200%5D%7D%2C%20index%3D%5B%22falcon%22%2C%20%22dog%22%5D%29%0Adf"

0 commit comments

Comments
 (0)