Skip to content

NDJSON test data doesn't contain variable names #49

@nicholas-masel

Description

@nicholas-masel

The NDJSON data doesn't contain variable names in each row, only values.

For example:

With variables names:
{"name": "Leandro","lastName": "Shokida"} {"name": "Mariano","lastName": "De Achaval"}

Without variable names:
{"Leandro", "Shokida"} {"Mariano", "De Achaval"}

From what I can tell we can:

  1. Update the NDJSON test data so that each row contains variable names. We can then stream this directly to a data frame.
  2. If this is intentional, we can read this in as a list of lists, bind the rows and convert to a data frame.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions