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 DataTable.ltypes property #131

Merged
merged 2 commits into from Sep 22, 2020
Merged

Add DataTable.ltypes property #131

merged 2 commits into from Sep 22, 2020

Conversation

thehomebrewnerd
Copy link
Contributor

Closes #122

Add DataTable.ltypes property to return a pandas series of logical types, with the series index set to be the list of columns in the DataTable.

@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #131 into main will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          18       18           
  Lines        1626     1638   +12     
=======================================
+ Hits         1623     1635   +12     
  Misses          3        3           
Impacted Files Coverage Δ
woodwork/data_table.py 99.61% <100.00%> (+<0.01%) ⬆️
woodwork/tests/data_table/test_datatable.py 100.00% <100.00%> (ø)

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 d00f572...9193225. Read the comment docs.

Copy link
Contributor

@gsheni gsheni left a comment

Choose a reason for hiding this comment

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

lgtm

@thehomebrewnerd thehomebrewnerd merged commit fb3cc41 into main Sep 22, 2020
@thehomebrewnerd thehomebrewnerd deleted the add-ltypes-prop branch September 22, 2020 20:58
@gsheni gsheni mentioned this pull request Sep 24, 2020
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.

Create ltypes function on DataTable to return a Series of Logical Types
2 participants