Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.55 KB

File metadata and controls

26 lines (19 loc) · 1.55 KB

Short Exercises

Redo the Onion Price and Quantity analysis on State and Day Level. Please scrape the data on Market Arrivals and Prices - Date Wise: http://nhrdf.org/en-us/DailyWiseMarketArrivals.

  • Find the State with the highest quantity sales?
  • Predict the daily price for the next 30 days for that state.

Long Exercise

Choose a problem domain and a question you are interested to answer. It could be in the public policy, sports, business, politics, art etc - any topic that you are interested to explore. Then apply the problem-solving framework to answer that question.

  • Frame the Problem: Identify the key question are you trying to answer.
  • Acquire the Data: Get the dataset to answer the question.
  • Refine the Data: Do the basic refinement to clean up the dataset.
  • Transform the Data: Do the transformation needed for the dataset.
  • Explore the Data: Create the 3 - 4 individual visualisation that explore the dataset.
  • Model the Data: Do the basic modelling (as needed) to answer the question
  • Communicate the insight: Create final visualisations to share the insight.

Please ensure you create .rmd notebook to communicate your thought process as well as the code. Create a github account and repo for your code and data.

Potential Data Sources