Skip to content

Replace null with 0 #107

@mohanraj-r

Description

@mohanraj-r

Would it be possible to replace null values with 0 ?
It would be the equivalent of the following code from pandas python lib

df = pd.DataFrame.from_records(result)
df = df.fillna(0)

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