orphalys/one-piece-wiki-characters
收藏Hugging Face2024-12-24 更新2025-11-29 收录
下载链接:
https://hf-mirror.com/datasets/orphalys/one-piece-wiki-characters
下载链接
链接失效反馈官方服务:
资源简介:
# One Piece Wiki Character Dataset
This dataset contains HTML dumps of One Piece character pages from the One Piece Fandom Wiki.
## Dataset Description
- **Repository:** one-piece-wiki-characters
- **Total Characters:** 1361
- **Last Updated:** 2024-12-24
### Data Fields
- `character_name`: Name of the character
- `html_content`: Raw HTML content of the character's wiki page
- `url`: Source URL of the wiki page
- `timestamp`: When the page was downloaded
- `status_code`: HTTP status code of the download
- `error`: Any errors encountered during download (if any)
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("orphalys/one-piece-wiki-characters")
```
## Source
Data sourced from the [One Piece Fandom Wiki](https://onepiece.fandom.com/).
## License
This dataset is provided under the same terms as the One Piece Fandom Wiki content.
提供机构:
orphalys



