{% hint style="info" %} Submission gồm:
- Link Google Spreadsheet Task 1 (anyone with link can view)
- Link Google Colab Task 2 (anyone with link can view)
- Github: Link tới repo của bạn {% endhint %}
Download data: HERE - Dataset:
Dish.xlsx
Sử dụng Google Spreadsheet (tương tự Lab#1) trả lời các câu hỏi sau:
- Có bao nhiêu quan sát (records/observations) trong bộ data?
- Có bao nhiêu trường (variables/fields)?
- SALE là biến nominal hay numerical?
- Trường nào có giá bị trống (blank), bao nhiêu?
- Giá cao nhất? Giá trung bình
- SUNLIGHT GEL 2.49 có bao nhiêu quan sát?
- Tạo histogram cho PRICE và bình luận
- Giá cao hơn thì Lợi nhuận cao hơn? - Phân tích và kết luận
- Có quy luật nào về lợi nhuận giữa các cửa hàng
{% hint style="success" %} Submissions
- Spreadsheet gồm data, các charts, table tổng hợp
- Spreadsheet gồm data, các charts, table tổng hợp {% endhint %}
Nguồn: Automate the Boring Stuff with Python - Practical Programming for Total Beginners (Sweigart 2019) - Sẽ được share trên Slack
#atom-general
- Đọc và thực hành (Google Colab) các nội dung sau:
- PART I: PYTHON PROGRAMMING BASIC
{% hint style="success" %} Submissions: Sử dụng Google Colab và code các nội dung sau:
- Python Basic - Your First Program
- Flow Control - A Short Program: Rock, Paper, Scissors
- Functions - A Short Program: Zigzag
- Lists - A Short Program: Conway’s Game of Life
- Dictionaries & Structuring Data - Tic-Tac-Toe Board {% endhint %}
- Tạo account GitHub: Where the world builds software · GitHub
- Fork repo của DATAcracy
- Nhấn vào ảnh đại diện, vào
Your repositories
. Tada!
- Nhn vào ảnh đại diện,
New repositoty
- Repository name:
datacracy-atom-<your-name>
- Public
- Add a README file
- Create repository
- Repository name:
- Trên file Google Colab:
File/Save a copy in Github
- Đợi đến khi hoàn thành, check repo
datacracy-atom-<your-name>
của bạn
{% hint style="success" %}
Submissions: Trên repo Github vừa tạo, vào file README.md, chọn Edit this file
(biểu tượng bút chì, trả lời các câu hỏi sau (self-research):
- Github dùng để làm gì?
- Repository là gì?
- Fork repo (DATAcracy) nhằm mục đích gì?
- Giải thích ý nghĩa của Branch, Commit mesage bạn thấy khi link Colab với Github? {% endhint %}