Skip to main content

Calculate Dashboard

Go to Explorer 

workflows/com/finmars/expert-opinions/dashboard

Screenshot 2025-04-19 at 15.33.07.png

Open data_transformer.ipynb

Screenshot 2025-04-19 at 15.33.57.png

Run Execute Cell button

Scroll to Init method

Screenshot 2025-04-19 at 16.27.37.png

 

Each expert calculated independently, because calculation time is too big, so, depends on how many experts you need to

processed_expert = process_single_expert(experts[0])


and then press Calculate, when finished do

processed_expert = process_single_expert(experts[1])


And so on 

When all experts are calculated you need to scroll down, to next Cell, and combine results into single JSON

Screenshot 2025-04-19 at 16.29.49.png


So, in the end you need to verify that file /workflows/com/finmars/expert-opinions/dashboard/experts_portfolios.json

Screenshot 2025-04-19 at 16.30.28.png

If file is ready then

Go to Dashboard to see results

Screenshot 2025-04-19 at 15.53.08.png

Well done!