Skip to content

Instantly share code, notes, and snippets.

@Meetcpatel
Created April 1, 2020 16:39
Show Gist options
  • Save Meetcpatel/577c655761d0c36a25150f9ccd90ac77 to your computer and use it in GitHub Desktop.
Save Meetcpatel/577c655761d0c36a25150f9ccd90ac77 to your computer and use it in GitHub Desktop.
import pandas as pd
source = 'https://meetstorage1.blob.core.windows.net/meetblob/CutomerCallscsv.csv?sp=rcwd&st=2020-04-01T16:07:50Z&se=2020'
df = pd.read_csv(source)
print(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment