1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Write a JSON file from a Dataframe in Pola-rs

Discussão em 'Python' iniciado por Stack, Setembro 12, 2024.

  1. Stack

    Stack Membro Participativo

    Starting with a DataFrame that has a form such as this

    df = pl.DataFrame([{"SkuId":1}])
    shape: (1, 1)
    ┌───────┐
    │ SkuId │
    │ --- │
    │ i64 │
    ╞═══════╡
    │ 1 │
    └───────┘


    How can I write it to a JSON file with this format?

    "SkuId": {"source": 1},

    Continue reading...

Compartilhe esta Página