The title says it all. Almost all of my .csv Files have a header, so a
CODE:would be helpful.
TimeSeries.ReadFromFile(...,[int skip=0])
Rename
Wouldn't it be easier to avoid the header? There's only date and one other column. What's the header for?
Good point. Source of all the .csv is Pandas, which by default writes a header. That's a good thing because it describes the nature of the value.
Agreed with @Cone. However, since it was pretty easy to add "int skipLines = 0" to TimeSeries.ReadFromFile I just did it for Build 15.
Your Response
Post
Edit Post
Login is required