from datasets import load_dataset # Load your local CSV dataset dataset = load_dataset('csv', data_files='CCI_Details_Structured_Full.csv') # Print out the first example to understand the structure print(dataset['train'][0])