We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For best performance you should extract a cell by row then column:
import com.github.marklister.collections._ CollSeq(("A",2,3.1), ("B",3,4.0), ("C",4,5.2)) (1)._2 res0: Int = 3