On 08/05/10 06:26, John Owens wrote:
> Using the new function "from_csvfile" on a DataFrame is terrific. I'd like to
> extend this in two ways:
>
> 1) I have three csv files, let's say a.csv, b.csv, c.csv. I'd like to import
> all
> three and put them into one DataFrame. How can I do this? They al
Using the new function "from_csvfile" on a DataFrame is terrific. I'd like to
extend this in two ways:
1) I have three csv files, let's say a.csv, b.csv, c.csv. I'd like to import all
three and put them into one DataFrame. How can I do this? They all have the same
columns.
2) When I do this, I'd