mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
14 lines
333 B
Python
14 lines
333 B
Python
#from dashboard.services.file_manager import FileManager
|
|
#from dashboard.services.json_reader import jsonReader
|
|
#s3 = FileManager()
|
|
|
|
#key, path, data = s3.download_and_read_latest()
|
|
#hubspot_data = jsonReader(data)
|
|
|
|
#df = hubspot_data.generate_df_via_product_type("Empty Cavity - ECO4")
|
|
|
|
|
|
#one = df.iloc(0)
|
|
|
|
from dashboard.service
|
|
|