Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Conversation

@Rubtsowa
Copy link
Contributor

No description provided.

@Rubtsowa Rubtsowa requested a review from akharche December 25, 2019 14:32

@njit
def series_str_isalnum():
series = pd.Series(['leopard', 'Golden Eagle', 'SNAKE', '']) # Series of 'leopard', 'Golden Eagle', 'SNAKE', ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is redundant


@skip_sdc_jit("Series.str.isalnum is not supported yet")
def test_series_isalnum_str(self):
series = [['one', 'one1', '1', ''],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we extend common data by this examples and use it?

@pep8speaks
Copy link

pep8speaks commented Dec 27, 2019

Hello @Rubtsowa! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-12-28 12:27:32 UTC

@AlexanderKalistratov AlexanderKalistratov merged commit d80cda0 into IntelPython:master Dec 28, 2019
@Rubtsowa Rubtsowa deleted the add_isalnum branch April 7, 2020 07:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants