[Tutor] Reading CSV files in Pandas
Sivaram Neelakantan
nsivaram.net at gmail.com
Mon Oct 21 05:03:18 CEST 2013
On Sun, Oct 20 2013,Mark Lawrence wrote:
> On 19/10/2013 23:40, Alan Gauld wrote:
>
>> This is the second time I've seen pandas mentioned recedntly I really
>> must go and look it up to find out what it is...
>
> Just started out myself at http://pandas.pydata.org/ and at first
> glance it seems quite awesome.
The data handling framework is very good; it cuts out large swathes of
code from a normal procedural coding POV. That is, instead of lists,
tuples etc. you work with a conceptual dataframe, like R.
sivaram
--
More information about the Tutor
mailing list