Size: 10649
Comment:
|
Size: 10749
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
(Need to fix plotting warnings as well as some stocks give index errors (like bsc, etc.) |
|
Line 119: | Line 121: |
k = Y.keys(); k.sort() | k = list(Y); k.sort() |
Line 131: | Line 133: |
While support for R is rapidly improving, scipy.stats has a lot of useful stuff too. This only scratches the surface. | One can do many things with scipy.stats. This only scratches the surface. |
Line 134: | Line 136: |
import urllib2 as U | import urllib.request as U |
Line 139: | Line 141: |
co2data = [d.decode() for d in co2bytedata] | |
Line 238: | Line 241: |
print url | print(url) |
Sage Interactions - Web applications
goto interact main page
Contents
Stock Market data, fetched from Yahoo and Google FIXME
by William Stein
(Need to fix plotting warnings as well as some stocks give index errors (like bsc, etc.)
CO2 data plot, fetched from NOAA
by Marshall Hampton
One can do many things with scipy.stats. This only scratches the surface.
Arctic sea ice extent data plot, fetched from NSIDC
by Marshall Hampton
Pie Chart from the Google Chart API
by Harald Schilly