The main goal of this lecture:
- introduce everybody in the class
- talk about the syllabus
- install Anaconda (install python and jupyter notebook)
- call jupyter notebook in the terminal
- learn about 'pip install XXXXX'
- load dataset into jupyter notebook
- start data exploration analysis with jupyter notebook (mean, max, min, summary, average, boxplot, frequence distribution)
- what to do with missing data (identify them, delete them, or replace them with average)
- write data into a new file
- learn about data structure (Lecture_One_Data_Structure.ipynb)
- start a new project in github (nameing: Project_lastname)
- upload the new files into github
- start writing proposal in github