Need help on loading image data

The training data set, train.csv , has 785 columns. The first column, called label

So, can anyone provide me some tips on loading these types of data, how can I explicitly tell my vision.data that the first column is just the label. Besides can I modify the matrix (in pandas data frame format), for example, drop a column before convert into vision.datatype. Thank you in advance.