Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add number of rows to plot of entityset #727

Merged

Conversation

MarcoGorelli
Copy link
Contributor

Pull Request Description

Add number of rows to graph of entityset, closes #722


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.

@rwedge
Copy link
Contributor

rwedge commented Sep 4, 2019

Would you be willing to add a test case that checks the number of rows reported in the graph and checks the single row edge case?

@MarcoGorelli
Copy link
Contributor Author

Sure - will do!

@codecov
Copy link

codecov bot commented Sep 5, 2019

Codecov Report

Merging #727 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #727      +/-   ##
==========================================
+ Coverage   97.63%   97.64%   +<.01%     
==========================================
  Files         118      118              
  Lines       10205    10222      +17     
==========================================
+ Hits         9964     9981      +17     
  Misses        241      241
Impacted Files Coverage Δ
featuretools/entityset/entityset.py 95.59% <100%> (+0.01%) ⬆️
...eaturetools/tests/entityset_tests/test_plotting.py 100% <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 de04288...9f8c105. Read the comment docs.

@MarcoGorelli
Copy link
Contributor Author

@rwedge How should graphviz output be tested? I've tried with a regular expression, please let me know if there's a better way / you'd like this done differently

@rwedge
Copy link
Contributor

rwedge commented Sep 6, 2019

@MarcoGorelli the tests look good, thanks! Could you add yourself the list of contributors for the upcoming release in the changelog?

Copy link
Contributor

@rwedge rwedge left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for the contribution!

@rwedge rwedge merged commit 3951bfe into alteryx:master Sep 6, 2019
@MarcoGorelli MarcoGorelli deleted the add-n-rows-to-graph-of-entityset branch September 6, 2019 15:37
@MarcoGorelli
Copy link
Contributor Author

Happy to help, thank you for your tool!

@rwedge rwedge mentioned this pull request Sep 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.

Add number of rows to EntitySet.plot()
2 participants