File size: 201 Bytes
dc79fa7
 
 
 
 
 
1
2
3
4
5
6
7
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())