.tolist() is preferred for converting a Pandas Series or NumPy array to a list.
first get either series or numpy array object and then use .tolist() method to get the list
for explanation with examples refer this link : https://youtu.be/ivwejK3EU7w