Using GitHub Action to automatically fetch and analyze results of the Vietnam lottery daily.
This project is created by Khiem Doan. I create this project for education purpose only. You can use any resource in this repository for free without any permission.
Sử dụng GitHub Action để tự động hoá thu thập và phân tích kết quả xổ số hàng ngày của Việt Nam.
Dự án này được tạo bởi Khiêm Đoàn. Tôi tạo dự án này chỉ nhằm mục đích học tập. Bạn có thể sử dụng bất kỳ tài nguyên nào trong kho lưu trữ này một cách miễn phí mà không cần bất kỳ sự cho phép nào.
Lottery (Xổ số) | Loto (Lô tô) | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
- Raw data: xsmb.csv xsmb.json
- 2-digits data: xsmb-2-digits.csv xsmb-2-digits.json
- Sparse data: xsmb-sparse.csv xsmb-sparse.json
You can use curl
or wget
to download data files. Or you can load them directly into DataFrame:
Bạn có thể sử dụng curl hoặc wget để tải các tệp dữ liệu. Hoặc bạn có thể tải chúng trực tiếp vào DataFrame:
wget https://raw.githubusercontent.com/khiemdoan/vietnam-lottery-xsmb-analysis/refs/heads/main/data/xsmb.csv
curl -O https://raw.githubusercontent.com/khiemdoan/vietnam-lottery-xsmb-analysis/refs/heads/main/data/xsmb-2-digits.csv
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/khiemdoan/vietnam-lottery-xsmb-analysis/refs/heads/main/data/xsmb-sparse.csv')
df.info()
Max: 127. Min: 68.
Mean: 97.74. Standard deviation: 11.68.