- #1
- 53
- 6
Several other threads by the OP show Python code.What language are you using?
Then I ask again, can you not just strip off the seconds and milliseconds? I don't know Python but in C and VB.NET this is easy and doing your own plot would be reasonably easy.sorry, i thought the tag would show python and yes it is in python. but these timestamps are within the row itself and i have several hundred rows with this data inside each. i thought of doing it in python so that i can read the file and plot a chart for each.
awk '{print $2}' input filename_goes_here >outputfilename_goes_here