User Portlet User Portlet

Discussions
Thank you both of those responses have been helpful. Yes, the date should start on October 1st.
That works. I'm not sure how, but it does. Thanks.
data=Import["https://finance.yahoo.com/quote/ETH-USD/history/", "Data"]; table = data[[2, 2, 2]]; key=data[[2,2,1]]; d=table[[All,1]]; v=table[[All,5]]; ts=TimeSeries[v,{d}]; tsm =...
Thanks. That worked. Most of the time everything works fine, but little changes can produce unexpected results.
Wow. It really was that simple. Thanks. I could see what was in it, but was not sure how to make it. I can figure that out now.
Thanks for the help. This worked well. I was able to process the data I have and am working on getting a clean export for additional analysis.
Thanks. That worked.