DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 313 forks source link

name 'cell' not recognized #490

Open worrallj opened 4 years ago

worrallj commented 4 years ago

Kept getting this error in the tutorial.

Recommend changing result = browser.aggregate(cell, drilldown=["year"]) To: result=browser.aggregate(drilldown=["year"]).table_rows("year")

That seems to fix the problem.