JoinQuant Interview Question

How could you use python to input data and output data by using python.

Interview Answer

Anonymous

Aug 31, 2018

By using pandas module, I can use function call read_csv and to_csv to input and output data.