FE581 – HW2

JUST DOWNLOAD THOSE TWO FILES FIRST:

  1. Download bank_normal.csv here

  2. Download bike_data_utf8.csv here

NOTICE

  1. CSV

For the first dataset named as bank.csv you need to read it with sep=";" as even it is named as .csv it is not a “comma seperated csv”.

Or more better if you can read the file once, save it as normal csv and use it later each time as bank_normal.csv

  1. File Encoding

For the second dataset, we have different problem to handle with:

The second dataset is a little bit more to work with so if interested about the process, check the code below:

So from now on, you already have two normal datafiels to work with, bank_normal.csv and bike_data_utf8.csv, and can spent your time on real things….