Returns the last index of a Spark DataFrame. The Spark
mapPartitionsWithIndex function is used to iterate
through the last nonempty partition of the RDD to find the last record.
Returns the last index of a Spark DataFrame. The Spark
mapPartitionsWithIndex function is used to iterate
through the last nonempty partition of the RDD to find the last record.