-
Notifications
You must be signed in to change notification settings - Fork 54
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 IntervalsDF
#256
Add IntervalsDF
#256
Conversation
…ctions and all tests passing with 100 percent cov
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
==========================================
+ Coverage 83.15% 85.46% +2.31%
==========================================
Files 5 6 +1
Lines 653 757 +104
Branches 143 161 +18
==========================================
+ Hits 543 647 +104
Misses 92 92
Partials 18 18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really good stuff!
I'm excited to see this in action.
Going to push an update to address some comments shortly
…ies for identifying column metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tnixon - changes look good to me; thank you for the help on this one
Fixes #247
Summary of changes:
IntervalsDF
class intempo.intervals
to assist with working DataFrames containing records that represent snapshots of the state over an interval of time.