Is the python's List type handled in the DataFrames

Options
UserBird
UserBird Dataiker, Alpha Tester Posts: 535 Dataiker
When I try to access an element (expected to be of type 'list') of my DataFrame, It is considered as a string. Is the list type supported by dataiku or should we use only array type ?
Tagged:

Answers

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker
    Options
    Hi,

    An "array" column in DSS will indeed show up as a json-encoded string in the dataframe. You can use json.loads to parse it in the dataframe.

    The same rule applies when writing: you must json-encode the column before writing the dataframe to a DSS dataset.
Setup Info
    Tags
      Help me…