Created
March 26, 2019 10:10
-
-
Save btel/e2c721b877e63b0f3ca8e22b08cb2fc3 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
| df = pd.read_csv('./data/donnes_paris_capteurs/donnees_trafic_capteurs_201801.txt', | |
| decimal=b',', sep='\t', | |
| names=['arc_id', 'date', 'debit', 'percent'], | |
| parse_dates=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment