Skip to content

cubewise-code/2023-tm1py-taiwan-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Beginner Challenges

  1. Read all leaf elements from the dimension: Region. print them out.
  2. Add a new leaf elements: Taiwan to Region. Add it into the hierarchy
  3. Extra: add Bubble Tea to the Product dimension. Include it in the Hierarchy
  4. write new sales values to the Sales cube for Lager or Bubble Tea for 2021 actuals for Taiwan

Medium Challenges

  1. Read all actuals from 2021 (Using MDX or a cube view) for a given product and region pair as a dataframe! multiply the values in the dataframe with 1.1 and writes the data back to year 2022.
  2. Build a separate script to clear forecast data for a given year, region and product (calling a bedrock process)
  3. Build an end to end script that builds a Food dimension from the sharepoint file popular_taiwan_dishes.csv. You can find a script that reads the file sharepoint to CSV in the samples folder.
  4. Load the dimension Chips from the Cloud instance to your TM1 instance
  5. Now also load the attribute values for Chips. Make it faster!

Hard Challenges

  • Build a streamlit app with buttons and text fields that allow user to trigger the scripts you wrote in the sections above
  • Add a cubewise logo to the streamlit app
  • Add a navigation panel to the streamlit app
  • Make it pretty. Be creative :)

How to get help?

  • Discuss among ourselves
  • Ask Google
  • Ask ChatGPT
  • Ask me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages