Skip to content

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

License

Notifications You must be signed in to change notification settings

khiemdoan/vietnam-lottery-xsmb-analysis

Repository files navigation

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)07-10-2024
Special (Giải đặc biệt)43249
First (Giải nhất)33204
Second (Giải nhì)74258, 81691
Third (Giải ba)37767, 53925, 88874
91875, 01985, 56169
Fourth (Giải tư)1573, 5590, 3080, 8738
Fifth (Giải năm)3616, 4672, 8145
3087, 3465, 0380
Sixth (Giải sáu)838, 208, 113
Seventh (Giải bảy)42, 47, 88, 70
First (Đầu)Last (Đuôi)
04, 8
13, 6
25
38, 8
42, 5, 7, 9
58
65, 7, 9
70, 2, 3, 4, 5
80, 0, 5, 7, 8
90, 1

Data (Dữ liệu)

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: 129. Min: 65.

Mean: 97.74. Standard deviation: 11.78.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages