NUS SoC Big Data Analytics and Visualization 2024 Summer Project
Project Requirement & Provided Data: Here
SWS3019-2024
├── code # code for this project
│ ├── Corelation
│ ├── Evaluation
│ ├── Question 1
│ ├── Question 2
│ ├── Question 3
│ ├── preprocessing.ipynb
│ └── preprocessing_onehot.py
├── data # data processed and used
│ ├── Beijing_shp # geography data of Beijing
│ ├── Visualization
│ │ └── *.twb # Tableau file
│ ├── *.csv
│ └── *.xlsx
├── docs # documents
│ ├── SWS3019_06.pdf # our poster
│ └── Team_06.pptx # our presentation ppt
├── origin_material # origin project material
│ ├── BeijingHousingPrices.xlsx # provided data
│ └── Project.pdf # project requirement
├── pic # picture we used
│ ├── *.png
│ ├── *.jpg
│ └── *.fig # Matlab picture file
├── .gitignore
├── LICENSE # MIT License
└── README.md