Re: [Rpy] creating one DataFrame from multiple csv files

2010-05-08 Thread Laurent
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

[Rpy] creating one DataFrame from multiple csv files

2010-05-07 Thread John Owens
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