Nested data in Parquet with Python

后端 未结 3 2073
清酒与你
清酒与你 2021-02-07 09:17

I have a file that has one JSON per line. Here is a sample:

{
    \"product\": {
        \"id\": \"abcdef\",
        \"price\": 19.99,
        \"specs\": {
              


        
3条回答
  •  孤独总比滥情好
    2021-02-07 09:35

    I believe this feature has finally been added in arrow/pyarrow 2.0.0:

    https://issues.apache.org/jira/browse/ARROW-1644

    https://arrow.apache.org/docs/python/json.html

提交回复
热议问题