Interchart / SPECTRA /stats.py
interchart's picture
Upload folder using huggingface_hub
d0031cc verified
import pandas as pd
df = pd.read_json('qa_fin.json')
print(f"Number of unique chart sets: {df['chart_name'].nunique()}")