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

implementation of interval function #386

Merged
merged 1 commit into from
Dec 29, 2016
Merged

Conversation

woojoonk
Copy link

@woojoonk woojoonk commented Dec 5, 2016

#362

From the issue above, implemented an interval function that takes in frame, start, end, tz, and also interval value to give interval on specific time range. (i.e. : frame = 'hour' with interval =2 will give tuples with 2 hour difference within the range)

@codecov-io
Copy link

codecov-io commented Dec 5, 2016

Current coverage is 100% (diff: 100%)

Merging #386 into master will not change coverage

@@           master   #386   diff @@
====================================
  Files          14     14          
  Lines        2944   2962    +18   
  Methods         0      0          
  Messages        0      0          
  Branches      215    217     +2   
====================================
+ Hits         2944   2962    +18   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 4996bc9...b2bae22

@andrewelkins andrewelkins merged commit a7daa31 into arrow-py:master Dec 29, 2016
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.

None yet

5 participants