Created
April 1, 2020 16:39
-
-
Save Meetcpatel/577c655761d0c36a25150f9ccd90ac77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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