ICT233 Data programming Assignment, SUSS, Singapore: Load all CSV files containing transacted flats in a given `data` directory and merge all them into a single Pandas Data Frame. Drop the `remaining _lease` column from the merged Data Frame

Question 1  Objectives: ● Understand datasets with a data scientist mindset. ● Understand and design computation logic and routines in Python. ● Assess the use of Python only and Python data structures to perform extract, load, and transformation operations. ●…