stablecoin-flows / examples /quickstart.py
GregM's picture
Publish initial stablecoin flows dataset
dc79fa7 verified
raw
history blame contribute delete
201 Bytes
import pandas as pd
date = "YYYY-MM-DD"
url = "https://huggingface.co/datasets/Chainticks/stablecoin-flows/resolve/main/flows/date={date}/part-0000.parquet"
df = pd.read_parquet(url)
print(df.head())