Input/output#
Clipboard#
|
Read text from clipboard and pass to |
|
Copy object to the system clipboard. |
Flat file#
|
Read a comma-separated values (csv) file into DataFrame. |
|
Write object to a comma-separated values (csv) file. |
JSON#
|
Read a JSON file into a DataFrame. |
|
Convert the object to a JSON string. |
MaxCompute#
|
Read data from a MaxCompute (ODPS) query into DataFrame. |
|
Read data from a MaxCompute (ODPS) table into DataFrame. |
|
Write DataFrame object into a MaxCompute (ODPS) table. |
Native pandas#
|
Create MaxFrame objects from pandas. |
|
Parquet#
|
Load a parquet object from the file path, returning a DataFrame. |
|
Write a DataFrame to the binary parquet format, each chunk will be written to a Parquet file. |