Skip to main content
Question

Use file.content() or file.download_to() -> to data frame?

  • May 22, 2025
  • 1 reply
  • 11 views

Forum|alt.badge.img

Using Python SDK in a Juypter Notebook

Say I have an Excel or CSV on Box. I need the contents of the file and put it into a pandas data frame for further processing.

Is it better to use file.content() or temporarily download the file to a local network drive?

1 reply

Forum|alt.badge.img

thanks for sharing,

Using Python with SDK in a Juypter Notebook

Say I have an Excel or CSV on Box its great