Skip to content

BUG: for parquet files with list type columns, None values in such lists are not read correctly #603

@theroggy

Description

@theroggy

Relevant references:

Todo, practically: in read_dataframe, when

  • use_arrow is False
  • GDAL > 3.12.1
  • for files using the parquet or arrow driver

Use the new open option LISTS_AS_STRING_JSON=YES. When using this open option, list columns will be returned by GDAL as JSON, which are converted to lists again in read_dataframe, but then None values in those list will be correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions