Created
April 28, 2016 17:35
-
-
Save joaomeirelles/87accdce73d2c3a34e95fe5078b4094f 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import pandas as pd | |
import numpy as np | |
df_raw = pd.read_csv('temperatura_alertario_raw.csv', sep=',', encoding='utf-8') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment