Input/output#

MaxCompute#

read_odps_query(query[, odps_entry, ...])

Read data from a MaxCompute (ODPS) query into DataFrame.

read_odps_table(table_name[, partitions, ...])

Read data from a MaxCompute (ODPS) table into DataFrame.

DataFrame.to_odps_table(table[, partition, ...])

Write DataFrame object into a MaxCompute (ODPS) table.

Native pandas#

read_pandas(data, **kwargs)

Create MaxFrame objects from pandas.

DataFrame.to_pandas([session])