Skip to content

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

@wiseyoungbuck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions