This repository is some pactice of data parsing by using Python. Notice that this repository is lab in "Workshop on AI & Big Data Analytics 2018".
- Lab0 - Sort the last column and print the result
$ python ./Lab0/main.py
- Lab1 - Extract specific data in JSON file
$ python ./Lab1/main.py
- Lab2 - Transfer the image into grayscale and rotation
$ python ./Lab2/main.py
Lab0/- Use Python to read CSV file and sort the datamain.py
Lab1/- Use Python to load JSON file and extract the specific keymain.py
Lab2/- Use Python to read a image and transfer the image into grayscalemain.py
data/example.csv- Input data used inLab0/main.pyexample.json- Input data used inLab1/main.pylena.jpg- Input data used inLab2/main.py