Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 Objectives: Perform simple exploratory data analysis Design computation logic and routines in Python Assess use of Python only and Python data structures to

Question 3 Objectives: Perform simple exploratory data analysis Design computation logic and routines in Python Assess use of Python only and Python data structures to perform extract, load, transformation, and calculation operations Assess use of Pandas dataframes to perform extract, load, transformation and calculation operations Conduct visualization in an appropriate way (a) Load the CSV file obtained from Q1(c) to a Pandas dataframe and derive the answers for the same three questions in Q2(b) (10 marks) (b) Suppose you are a researcher who would like to discover data patterns in HDB resale transaction after 2017: (i) Design a function to find the top three towns of each month with the greatest number of transactions. (6 marks) (ii) Draw ONE (1) figure to show the median resale price in 2020 of each town. (6 marks) (iii) For the town with the greatest number of transactions in 2020, draw ONE (1) figure to visualize the median resale price per flat type or each month. (6 marks) (iv) Is there any correlation between the storey range and resale price? Draw ONE (1) figure to visualize the correlation. (6 marks) (v) Is there any correlation between the remaining lease in years and resale price? Draw ONE (1) figure to visualize the correlation. (6 marks) (vi) For Yishun, draw ONE (1) figure to visualize how was the median resale price being changed over time per flat type? (6 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database And SQL

Authors: Lucy Scott

3rd Edition

1087899699, 978-1087899695

More Books

Students also viewed these Databases questions

Question

Explain how to determine the maturity date of a note.

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago