The Thirteenth Lab
Course Review
(I) Relational Database
(II) Database Storage
(III) Database Index
(IV) Query Processing
(V) Database Instances
(*) About PA3
The flight data is in bz2 format. Unzip bz2 file by using bzip2 -d "filename"
A sample java code is provided to clean the data.
This java code is not enough to clean the data since it does not remove any column or row.
You can modify this java code to clean data. Or you can write your own code to clean data.
You should remove the original header of csv files and insert a new header to csv files to be imported into Neo4j