CoolFace
Datasetpublic

THULab/github_top_developers

github_top_developers (TsFile) Apache TsFile version of diamond-in/github-top-developers. Records: 39,390 Schema (TsFile structure) name (TAG) — device dimension(s). name (FIELD). rank (FIELD). Usage Install the Apache TsFile Python SDK (pip install tsfile) and read a converted file: from pathlib import Path from tsfile import TsFileReader path = Path("github_top_developers.tsfile") with TsFileReader(str(path)) as reader: schemas =… See the full description on the dataset page: https://huggingface.co/datasets/THULab/github_top_developers.

sourceHugging Facemitupdated 18d agoView on Hugging Face
0likes53downloads
2 commits on main
3f9ff7918d ago

Add TsFile (converted from diamond-in/github-top-developers)

wangdx25
c5955c818d ago

initial commit

wangdx25