8000 GitHub · Where software is built
[go: up one dir, main page]

Skip to content < 6531 span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis">
File format not supported! - Exception raises when creating a Serie or DataFrame with a leading null value  #379
Closed
@alexebl

Description

@alexebl

This code reproduce the error:

const obj_data = [null, 'bval2', 'bval3', 'bval4'];
const ds = new dfd.Series(obj_data, {dtypes: ['string']});

In production environment its very common to have missing data.
If data is missing somewhere in the array it seems to work correctly, but in case of first value it raises the exception: File format not supported!

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingduplicateThis issue or pull request already exists

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0