On 02/02/16 21:54, Chelsea G wrote:
> date row. I am trying to see if I can read in a csv file and search for a
> certain date range like 1/2/2016 to 1/5/2016.
Ben has given you some good advice on how to tackle the overall issue.
To deal with the dates you will probably want to use the time an
Chelsea G writes:
> So I am taking in a csv file with several rows and one of those rows
> in a date row.
That doesn't make much sense, as a sepcification. CSV is by design a
data format in which every data row has the same structure: the fields
always have the same meaning, in the same order.
Hi,
So I am taking in a csv file with several rows and one of those rows in a
date row. I am trying to see if I can read in a csv file and search for a
certain date range like 1/2/2016 to 1/5/2016. Something like that or a
bigger date range. And then I want to ouput the results to either another
cs