Read .sav files in dataiku

Options
shiniyag
shiniyag Registered Posts: 3 ✭✭✭✭

Hi,I have been trying to open .sav files in dataiku but it doesnt work , even with Plugin for SPSS. Tried using scipy, but cannot pass filename as filename is not found even though file was uploaded.

filename = 'customer_1.sav'

scipy.io.readsav(filename, idict=None, python_dict=False,uncompressed_file_name=None, verbose=False)

Error message-

FileNotFoundError: [ Errno 2 ] No such file or directory: customer_1.sav

Can anyone please help me with this?

Answers

Setup Info
    Tags
      Help me…