issues regarding fetching the dataset directly in pandas

#2
by Dhruv - opened

Hi everyone, I have been trying to fetch the content of the score data but seems there needs to be data cleaning required . the rows and columns of the dataFrame are not same and thats why I was facing issues (and being a beginner its little complicated for me), so I wanted to ask in case if someone has already created an example implementation of script to fetch the data from hf data server . thanks

BigCode org

Hi, as explained in the dataset readme, you shouldn't load all the data at once since some have different columns and they are listed there
image.png

thanks for the reference.

loubnabnl changed discussion status to closed

Sign up or log in to comment