Worked on resolving issue #170 to implement intersect function and wrote test_intersect to test the intersect function in procode_parser. Also resolves issue #253 now that we fixed the testing failures.
As a summary of issue #253, this PR also adds functionality for reading data from Github URLs, adds an elapsed time option to the get_data_by_time function, and improves testing coverage.
Worked on resolving issue #170 to implement intersect function and wrote test_intersect to test the intersect function in procode_parser. Also resolves issue #253 now that we fixed the testing failures.