SafeGraphInc / safegraph_py

Python code for common, repeatable data wrangling and analysis of SafeGraph data
Apache License 2.0
27 stars 15 forks source link

Added new section, a new function, and fixed a typo #22

Closed bpblakely closed 4 years ago

bpblakely commented 4 years ago
  1. Added a new section for social distancing functions.

  2. Added a function in the social distancing functions that merges the data from a start date to an end date.

    • I use this function frequently for merging weekly patterns and social distancing metrics data.

    • Currently this function only supports start and end dates in the same year, but it's easy to support if the dates are on 2 different years.

  3. Fixed a small typo in read_pattern_multi README description.

I tried to keep the formatting as close as possible to the other functions.

(Don't know if you guys are trying to keep any functions related to social distancing separate from this. If so, then don't worry about this pull)

ryanfoxsquire commented 4 years ago

@bpblakely thanks so much for the contribution and comments! I just added a two small questions above, and I look forward to merging this in. Thanks! cc: @Trippl7777