Skip to content

Why do empty strings with integers get converted to zero? #203

@flexatone

Description

@flexatone
>>> ak.iterable_str_to_array_1d(['', '3'])
array([0, 3])

>>> ak.iterable_str_to_array_1d(['', '3'], dtype=int)
array([0, 3])

Metadata

Metadata

Assignees

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