In [1]:
import sys
sys.path.append('../src')

from aggregate import Aggregate
AGGY = Aggregate()

In [2]:
AGGY.aggregate_data()

In [ ]: