Basic program for cleaning housing transaction data in Taiwan.
This script extracts files from a .zip
archive.
To run the script in PowerShell, use the following command, assuming $locA
and $locB
are defined as the source and destination directories:
python extract_zip.py $locA $locB 1
$locA
: Path to the.zip
file.$locB
: Destination path where the file should be extracted.[0, 1]
: Mode selection.0
: Extract Quarterly Data.1
: Extract Latest Data.
This folder contains multiple functions designed to clean and preprocess housing data from the CSV files extracted by extract_zip.py
.