Skip to content

davidyslu/DataParsing_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Parsing in Python

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".


Execution

  • 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

Framework

  • Lab0/ - Use Python to read CSV file and sort the data
    • main.py
  • Lab1/ - Use Python to load JSON file and extract the specific key
    • main.py
  • Lab2/ - Use Python to read a image and transfer the image into grayscale
    • main.py
  • data/
    • example.csv - Input data used in Lab0/main.py
    • example.json - Input data used in Lab1/main.py
    • lena.jpg - Input data used in Lab2/main.py

Author

About

Lab of "Workshop on AI & Big Data Analytics 2018" Training Course

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages