Datasets:
File size: 122 Bytes
d0031cc |
1 2 3 4 5 |
import pandas as pd
df = pd.read_json('qa_fin.json')
print(f"Number of unique chart sets: {df['chart_name'].nunique()}") |
d0031cc |
1 2 3 4 5 |
import pandas as pd
df = pd.read_json('qa_fin.json')
print(f"Number of unique chart sets: {df['chart_name'].nunique()}") |