code-for-montana / nonprofit-data

A tool to help make data about nonprofit organization more accessible.
MIT License
5 stars 2 forks source link

Implement Result.take() and Result.skip() #53

Open glesica opened 4 years ago

glesica commented 4 years ago

Implement these handy methods based on their docstrings. You can also look at the Result.filter() method for inspiration.