Input/Output#
Excel#
|
Use pandas.read_excel to read an excel file into a Gframe object |
|
Use pandas.DataFrame.to_csv to save a Gframe object into an excel file |
CSV#
|
Use pandas.read_csv to read a csv file into a Gframe object |
|
Use pandas.DataFrame.to_csv to save a Gframe object into a csv file |