Maybe try this (without the spaces around the '):
skuList = [value.strip("'") for value in skuList] #strip ' ' '
2.1m questions
2.1m answers
60 comments
57.0k users