This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vatt:logging [2018/03/27 13:21] scott [Web API for advanced plotting] |
vatt:logging [2019/05/28 18:06] (current) scott |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== This page has been deprecated and is no longer accurate | ||
+ | |||
====== VATT Logging | ====== VATT Logging | ||
Line 28: | Line 30: | ||
dataframe[table]=pd.read_csv(url) | dataframe[table]=pd.read_csv(url) | ||
print(dataframe[table]) | print(dataframe[table]) | ||
+ | #uncomment the below line if you have matplotlib or pylab. | ||
+ | # | ||
except Exception as err: | except Exception as err: | ||
print err | print err |