[Tutor] Change datatype for specific columns in an 2D array & computing the mean

Oscar Benjamin oscar.j.benjamin at gmail.com
Tue Jan 26 04:41:01 EST 2016


On 26 January 2016 at 03:07, Ek Esawi <esawiek at gmail.com> wrote:
>
> Here is a copy of my code and the csv file.

> ++ csv file++
>
> AA
>
> BB
>
> CC
<snip>

This doesn't look like a csv file. Is that what the actual contents of
the csv file looks like if you open it in a *text editor*?

If this was a csv file I'd expect it to look something like:

AA,BB,CC,12/1/2015
DD,EE,FF,24/1/2015
...

--
Oscar


More information about the Tutor mailing list