Using Pandas, make a new column from the string slice of another column — getting NAN
I want to create a new column from an extracting Data Frame (DF) column.
All my testing indicates the values I am using are correct and should produce a level1 value vs NAN.
Help!