do-me/Eurovoc_en
收藏Hugging Face2024-07-02 更新2024-07-06 收录
下载链接:
https://hf-mirror.com/datasets/do-me/Eurovoc_en
下载链接
链接失效反馈官方服务:
资源简介:
该数据集包含来自Eurovoc的英文条目,最新更新于2024年5月16日,共有352011条记录。数据以parquet格式存储,可通过pandas或polars库进行读取。
This dataset contains English entries from Eurovoc, last updated on May 16, 2024, with a total of 352011 entries. The data is stored in parquet format and can be read using pandas or polars libraries.
提供机构:
do-me
原始信息汇总
数据集概述
基本信息
- 许可证: eupl-1.1
- 语言: 英语
- 数据量: 100K<n<1M
- 最后更新: 2024年5月16日
- 条目数: 352011
使用方法
- 文件格式: Parquet
- 读取工具: Pandas 或 Polars
代码示例
python import pandas as pd # 或 import polars as pd df = pd.read_parquet("CELLAR_EN_16_05_2024.parquet") df



