Skip to content

JSON3.write on a DataFrameRow serializes the parent DataFrame instead of the single row #323

@cgoodman8318

Description

@cgoodman8318

when executing eachrow(df) |> first |> JSON3.write i would expect to return a json string for the dataframe row object, the NamedTuple as a json string. However, i discovered that it actually returns the json object for the entire dataframe. Not sure if this was desired/expected behavior, but it was not intuitive for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions