Skip to content

Use pd.Series.empty for faster check - #823

Merged
frances-h merged 3 commits into
masterfrom
use-pd.Series.empty
Nov 20, 2019
Merged

Use pd.Series.empty for faster check#823
frances-h merged 3 commits into
masterfrom
use-pd.Series.empty

Conversation

@frances-h

Copy link
Copy Markdown
Contributor
  • use pd.Series.empty instead of .equals(pd.Series())

After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of docs/source/changelog.rst to include this pull request.

@frances-h
frances-h requested a review from rwedge November 20, 2019 15:49
@codecov-io

codecov-io commented Nov 20, 2019

Copy link
Copy Markdown

Codecov Report

Merging #823 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #823      +/-   ##
==========================================
- Coverage   98.12%   98.12%   -0.01%     
==========================================
  Files         119      119              
  Lines       10877    10876       -1     
==========================================
- Hits        10673    10672       -1     
  Misses        204      204
Impacted Files Coverage Δ
featuretools/synthesis/deep_feature_synthesis.py 97% <100%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ead2e91...c70b385. Read the comment docs.

@rwedge rwedge left a comment

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.

Looks good

@frances-h
frances-h merged commit b30aaf6 into master Nov 20, 2019
@frances-h
frances-h deleted the use-pd.Series.empty branch November 20, 2019 16:50
@rwedge rwedge mentioned this pull request Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants