Skip to content

Missing values in bitbrains_rnd #117

@DevCrafterLZY

Description

@DevCrafterLZY

Hi,

I noticed that bitbrains_rnd seems to contain some missing values (NaNs).

May I ask if this is expected, and whether there is a recommended way to handle them?

For example, I observed NaNs when loading the dataset as follows:

from datasets import load_from_disk
import pandas as pd

data = load_from_disk("./bitbrains_rnd")
sample = data[0]
print(sample["target"][0])

Thanks for your help!

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