Skip to content

Instantly share code, notes, and snippets.

@pscollins
Created July 14, 2015 21:06
Show Gist options
  • Save pscollins/d8a5285ff6d04016d578 to your computer and use it in GitHub Desktop.
Save pscollins/d8a5285ff6d04016d578 to your computer and use it in GitHub Desktop.
should_start = (not partial_start) or (dt != gnip_start)
should_end = (not partial_end) or (dt != gnip_end)
should_something = partial_start and partial_end
if should_something and should_start and should_end:
acc[(str(d))] = str(v)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment