related #2802 It seems that str[1] is significantly slower than `.apply(lambda x: x[1])` See this So answer http://stackoverflow.com/a/18473330/1240268
related #2802
It seems that str[1] is significantly slower than
.apply(lambda x: x[1])See this So answer http://stackoverflow.com/a/18473330/1240268