Skip to content

Conversation

@CJStadler
Copy link
Contributor

Previously the columns were in a set, but this does not work on pandas 0.23.

Fixes #614

Previously the columns were in a set, but this doesn not work on pandas
0.23.
@codecov
Copy link

codecov bot commented Jun 20, 2019

Codecov Report

Merging #615 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #615   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files         119      119           
  Lines        9666     9666           
=======================================
  Hits         9313     9313           
  Misses        353      353
Impacted Files Coverage Δ
...s/computational_backends/feature_set_calculator.py 98.07% <100%> (ø) ⬆️

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 7ed156f...237892c. Read the comment docs.

features = [self.feature_set.features_by_name[name]
for name in feature_names]
features = (self.feature_set.features_by_name[name]
for name in feature_names)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was creating a list unnecessarily, not related to the issue here.

@kmax12 kmax12 self-requested a review June 20, 2019 14:29
Copy link
Contributor

@kmax12 kmax12 left a comment

Choose a reason for hiding this comment

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

LGTM

@kmax12 kmax12 merged commit 2204f0e into master Jun 20, 2019
@rwedge rwedge mentioned this pull request Jul 3, 2019
johnnyheineken pushed a commit to johnnyheineken/featuretools that referenced this pull request Jul 7, 2019
* Select columns from dataframe using a list

Previously the columns were in a set, but this doesn not work on pandas
0.23.

* Update changelog

* Update changelog
@rwedge rwedge deleted the pandas-columns-list branch February 19, 2021 22:28
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.

Error running calculate feature matrix

3 participants