Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ You can download the latest SQLite release of the [China Biographical Database](

* https://huggingface.co/datasets/cbdb/cbdb-sqlite/blob/main/latest.zip

----
## Data Limitations

* The ZZZ releases are now deprecated in favor of views. Use [`create_views.sh`](./scripts/create_views.sh) to create views in the SQLite file.
* The SQLite releases after 2025-05 may not include up-to-date **Index Year** (`BIOG_MAIN.c_index_year`), **Index Year Type Code** (`BIOG_MAIN.c_index_year_type_code`) and **Index Year Source ID** (`BIOG_MAIN.c_index_year_source_id`) information.

## Historical releases

Expand Down