python 3.x - 'DataFrame' object has no attribute 'get_value ...
stackoverflow.com › questions › 60516579# take a look to the dataframe pb_list # check the dataframe's type type(pb_list) # access to 1047 row index inside the Winning Numbers column pb_list.get_value(1047, 'Winning Numbers') However get_value has been deprecated and will be removed in a future release. Please use .at[] or .iat[] accessors instead. Regarding your question. If you want to store the value that you are searching for in a variable to manipulate it in the future, here's the code: