Skip to content

Update repr to show all entities and display to row/col counts #124

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

Merged
merged 1 commit into from
Mar 30, 2018

Conversation

Seth-Rothschild
Copy link
Contributor

Previously the output from an EntitySet was the first five entities. Now it shows all entities, all relationships and all columns in an entity. I've also changed the shape output to say (Rows: {}, Columns: {}).

Example images below.
image

image

@codecov-io
Copy link

codecov-io commented Mar 30, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   88.47%   88.47%           
=======================================
  Files          73       73           
  Lines        7558     7558           
=======================================
  Hits         6687     6687           
  Misses        871      871
Impacted Files Coverage Δ
featuretools/entityset/base_entity.py 76.78% <ø> (ø) ⬆️
featuretools/entityset/base_entityset.py 91.11% <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 d60c664...0ec9252. Read the comment docs.

@kmax12
Copy link
Contributor

kmax12 commented Mar 30, 2018

Looks good, merging.

@kmax12 kmax12 changed the title Show all entities, switch shape display to row/col Update repr to show all entities and display to row/col counts Mar 30, 2018
@kmax12 kmax12 merged commit 59fc551 into master Mar 30, 2018
@Seth-Rothschild Seth-Rothschild deleted the show_all_entities branch March 30, 2018 18:45
@rwedge rwedge mentioned this pull request Apr 13, 2018
rwedge added a commit that referenced this pull request Apr 13, 2018
**v0.1.20** Apr 13, 2018
* Improved chunking when calculating feature matrices  (#121)
* Primitives as strings in DFS parameters (#129)
* Integer time index bugfixes (#128)
* Add make_temporal_cutoffs utility function (#126)
* Show all entities, switch shape display to row/col (#124)
* fixed num characters nan fix (#118)
* modify ignore_variables docstring (#117)
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