Newbee question working on a class project...
I know I need to mutate the dataframe and create a new column of interest. How do I go about taking [a, b, c, d, e, e, c, b, a] for example (values limited 'a' through 'e') and convert them to a float a = 1.0, b = 2.0, etc.?
I have the parent dataframe that contains the initial dataset. If there is a new0user-friendly documentation set you can point me to that would be welcome also. Thanks in advance!