Skip to content

Instantly share code, notes, and snippets.

View johnsloper's full-sized avatar

John Erik Sloper johnsloper

View GitHub Profile
# First, get the clients
from azure.storage.blob import BlockBlobService
container = "mycontainer"
account_name = secrets["blob_account_name"]
account_key = secrets["blob_key"]
block_blob_service = BlockBlobService(account_name, account_key)
@johnsloper
johnsloper / rolling.ipynb
Created August 15, 2018 13:13
Using numpy to create a faster rolling windows for pandas.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.