First split column to helper DataFrame by Series.str.split , then use DataFrame.pivot_table with extract integrers by Series.str.extract ...
確定! 回上一頁