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

Conversation

densmirn
Copy link
Contributor

@densmirn densmirn commented Dec 7, 2019

No description provided.

for idx, item in enumerate(self._data._data):
result[idx] = item.isupper()

return pandas.Series(result, name=self._data._name)
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about index?

@AlexanderKalistratov
Copy link
Collaborator

@densmirn could you please also add tests for Series with index?

Copy link
Collaborator

@AlexanderKalistratov AlexanderKalistratov left a comment

Choose a reason for hiding this comment

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

LGTM

@densmirn densmirn merged commit f64407c into IntelPython:master Dec 7, 2019
@densmirn densmirn deleted the feature/str_isupper branch June 9, 2020 12:13
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.

2 participants