folder.get_download_stream I/O operation on closed file

Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 4 ✭✭✭
edited July 2024 in Using Dataiku

Hi experts,

Dataiku prompts this error

ValueError: I/O operation on closed file.

when I tried to execute the script below:

with folder.get_download_stream(path_csv) as f:
data = pd.read_csv(f, encoding='latin-1')

The reason I put that encoding is due to the utf-8 error if encoding is not specified (

'utf-8' codec can't decode byte 0xe1 in position 16: invalid continuation byte

).

Any idea how I can solve this?


Operating system used: Windows 10

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.