I want to give the orders generated by on of my strategies the full Data Science treatment. Since uploading the orders from my disk using 

pandas.read_csv(local_path)

is not possible in the research environment, what is the recommended way to do this?