Skip to content
Snippets Groups Projects
Commit cb0aa912 authored by omdj17's avatar omdj17
Browse files

update main

parent 834f8227
No related branches found
No related tags found
1 merge request!1WIP: Development
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
import pandas as pd import pandas as pd
import numpy as np import numpy as np
import utils.situations
df = pd.read_excel("../base/base-2016-1/historico.xls") df = pd.read_excel("../base/base-2016-1/historico.xls")
# imprime completamente um dataframe # imprime completamente um dataframe
......
...@@ -3,6 +3,7 @@ import time ...@@ -3,6 +3,7 @@ import time
from base.dataframe_base import load_dataframes from base.dataframe_base import load_dataframes
from build_cache import build_cache from build_cache import build_cache
from datetime import timedelta from datetime import timedelta
from utils.situations import *
def main(): def main():
start_time = time.clock() start_time = time.clock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment