Skip to content

Do not manually loop over all rows when encoding a dataframe as JSON #96

Closed
@tswast

Description

@tswast

See: #25 (comment)

Currently the code loops over each row to encode it as JSON. This could be sped up by calling to_json() on the whole dataframe instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions