Mika, Your problem might be how you're getting the CSV file out of Excel. Can you show us the raw CSV file? I imagine that Excel is not formatting the date outputs correctly when it exports the file to CSV. --------- Matt Taylor OS Community Flag-Bearer Numenta
On Tue, Sep 9, 2014 at 8:20 PM, Mika Schiller <[email protected]> wrote: > Hey guys, > > I'm trying to run a Nupic prediction on some social media data. Though when > I try to run the swarm on the data, I get the following error: > > ValueError: The provided timestamp 7/1/14 is malformed. The supported > formats are: [%Y-%m-%d %H:%M:%S.%f, %Y-%m-%d %H:%M:%S:%f, %Y-%m-%d %H:%M:%S, > %Y-%m-%d %H:%M, %Y-%m-%d, %m/%d/%Y %H:%M, %m/%d/%y %H:%M, > %Y-%m-%dT%H:%M:%S.%fZ, %Y-%m-%dT%H:%M:%SZ, %Y-%m-%dT%H:%M:%S] > > You can take a look at the attachment to see how I have my csv file > formatted. It's no different than the hotgym data. Excel also doesn't seem > to support the datetime format that the value error proposes. What could be > going on here? > > > thnx > > > Mika
