0

Anyone know how you get a dataframe from Quantopian to excel - I try - results.to_excel results are the name of my dataframe

Itamar Mushkin
  • 2,803
  • 2
  • 16
  • 32
ants
  • 35
  • 1
  • 5

1 Answers1

0

Try this :

Name of your DataFrame: Result.to_csv("result.csv")

here Result is your DataFrame Name , while to_csv() is a function