MaRe8
- ago
The title says it all. Almost all of my .csv Files have a header, so a
CODE:
TimeSeries.ReadFromFile(...,[int skip=0])
would be helpful.
3
824
Solved
3 Replies

Reply

Bookmark

Sort
Cone8
 ( 25.44% )
- ago
#1
Wouldn't it be easier to avoid the header? There's only date and one other column. What's the header for?
0
MaRe8
- ago
#2
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.
0
- ago
#3
Agreed with @Cone. However, since it was pretty easy to add "int skipLines = 0" to TimeSeries.ReadFromFile I just did it for Build 15.
2
Best Answer

Reply

Bookmark

Sort