Skip to content

Instantly share code, notes, and snippets.

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