GitHunt
KH

khiemdoan/vietnam-lottery-xsmb-analysis

Using GitHub Action to automatically fetch and analyze results of the Vietnam lottery daily.

Vietnam Lottery (XSMB) Analysis

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ô)
Date (Ngày)15-03-2026
Special (Giải đặc biệt)01770
First (Giải nhất)90396
Second (Giải nhì)93620, 88013
Third (Giải ba)31307, 29198, 55857
83618, 47659, 16535
Fourth (Giải tư)2842, 2991, 0522, 4344
Fifth (Giải năm)8085, 5101, 1052
5669, 4280, 8397
Sixth (Giải sáu)103, 122, 461
Seventh (Giải bảy)68, 84, 38, 76
First (Đầu)Last (Đuôi)
01, 3, 7
13, 8
20, 2, 2
35, 8
42, 4
52, 7, 9
61, 8, 9
70, 6
80, 4, 5
91, 6, 7, 8

Data (Dữ liệu)

CSV JSON Parquet
Raw xsmb.csv xsmb.json xsmb.parquet
2-digits xsmb-2-digits.csv xsmb-2-digits.json xsmb-2-digits.parquet
Sparse xsmb-sparse.csv xsmb-sparse.json xsmb-sparse.parquet

Using

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()

Analysis of special prices (Phân tích kết quả xổ số)

Amount of day from last appearing (Số ngày từ lần xuất hiện cuối cùng)

Delta

Top 10 amount of day from last appearing (Top 10 số lâu chưa xuất hiện)

Delta top 10

Analysis of one-year Loto results (Phân tích kết quả lô tô trong 1 năm)

Max: 122. Min: 72.

Mean: 97.47. Standard deviation: 9.83.

Detail (Chi tiết)

Detail

Top 10

Top 10

Distribution (Phân bổ)

Distribution

Amount of day from last appearing (Số ngày từ lần xuất hiện cuối cùng)

Delta

Top 10 amount of day from last appearing (Top 10 số lâu chưa xuất hiện)

Delta top 10

khiemdoan/vietnam-lottery-xsmb-analysis | GitHunt