Skip to content

Tidify returns an empty DataFrame and no Error when it receives a dict with an empty Tuple. #1

Description

@wiseyoungbuck

Tidify cannot unroll this json object and does not return an error.

dat  = {'value': ()}
df = tidify(dat)
df

The same behavior happens when there are other KV pairs in the dictionary.

dat  = {'value': (), 'another_key': str}
df = tidify(dat)
df

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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