I have a data frame about movies. One of the columns is titled 'genres'. I want to take all the string values from the genres column and convert it into an array. I am using the loc function to do this.
genres_list = df.loc[:,'genres'] this list has an index and I can not get rid of it using the .reset_index() function. this image is of the indexed list