ssssdwwe's picture
download
raw
330 Bytes
"""Minimal reader for Chainticks/perp-data once daily parquet partitions are live."""
import pandas as pd
DATE = "YYYY-MM-DD"
URL = "https://huggingface.co/datasets/Chainticks/perp-data/resolve/main/hyperliquid_chain/funding/date={DATE}/part-0000.parquet"
funding = pd.read_parquet(URL.format(DATE=DATE))
print(funding.head())

Xet Storage Details

Size:
330 Bytes
·
Xet hash:
f8dd93c4b415dea6de5fec61aa17041d1d0e949e3e8c95f4ed2ca1b51fb6520e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.