Skip to content

add isspace for pdarrays #2916

Closed
Closed
@ajpotts

Description

@ajpotts

add isspace function to match numpy function for ndarrays:
https://numpy.org/doc/stable/reference/generated/numpy.char.isspace.html

Returns true for each element if there are only whitespace characters in the string and there is at least one character, false otherwise.

May rely on chapel function isSpace:
https://chapel-lang.org/docs/language/spec/strings.html?highlight=istitle#String.string.isSpace

Activity

self-assigned this
on Jan 19, 2024
added 2 commits that reference this issue on Feb 2, 2024

Closes Bears-R-Us#2916 add isspace for pdarrays

4406f45

Closes Bears-R-Us#2916 add isspace for pdarrays

2c09ae4
added a commit that references this issue on Feb 6, 2024

Closes #2916 add isspace for pdarrays (#2946)

cd044e4
added this to the Numpy Alignment milestone on Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    add isspace for pdarrays · Issue #2916 · Bears-R-Us/arkouda