的成員請下面誤差幫助<console>:34:錯誤:值/不是字符串
:34:錯誤:值/不是字符串 的成員下面一塊代碼即時試圖exeucte enter image description here
scala> val join = bat_first_won.join(total_matches_per_venue).map(x=>(x._1,(x._2._1*100/x._2._2)))
<console>:34: error: value/is not a member of String
val join = bat_first_won.join(total_matches_per_venue).map(x=>(x._1,(x._2._1*100/x._2._2)))
^
請提供更多信息 - 我們不知道這些類型中的任何一種來自粘貼的代碼。 – Tanjin