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

fix Series.count#336

Merged
shssf merged 3 commits intoIntelPython:masterfrom
Rubtsowa:fix_count_for_numba_pipeline
Nov 27, 2019
Merged

fix Series.count#336
shssf merged 3 commits intoIntelPython:masterfrom
Rubtsowa:fix_count_for_numba_pipeline

Conversation

@Rubtsowa
Copy link
Copy Markdown
Contributor

No description provided.

@Rubtsowa Rubtsowa requested review from densmirn and shssf November 26, 2019 07:08
Copy link
Copy Markdown
Contributor

@densmirn densmirn left a comment

Choose a reason for hiding this comment

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

This PR looks good, but a minor change to be applied before merge.

def hpat_pandas_series_count_str_impl(self, level=None):

return len(self._data)
isna = self.isna()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe name it something like nan_mask?

@shssf shssf merged commit e5ea29c into IntelPython:master Nov 27, 2019
@Rubtsowa Rubtsowa deleted the fix_count_for_numba_pipeline branch April 7, 2020 07:05
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.

3 participants