Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joaomeirelles/94def747c2486ba0eab382e5ffe4f1ad to your computer and use it in GitHub Desktop.
Save joaomeirelles/94def747c2486ba0eab382e5ffe4f1ad to your computer and use it in GitHub Desktop.
#!/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