In scala, we can make two Rdd using the same partitioner so that they are
co-partitioned
val partitioner = new HashPartitioner(5)
val a1 = a.partitionBy(partitioner).cache()
val b1 = b.partiitonBy(partitioner).cache()
How can we achieve the same in python? It would be great if somebod
Hello,
when you said your pandas Dataframe has 10 rows, does that mean it contains
10 images? Because if that's the case, then you'd want ro only use 3 layers
of ArrayType when you define the schema.
Best regards,
Adrian
On Thu, Jul 27, 2023, 11:04 second_co...@yahoo.com.INVALID
wrote:
> i h
Hello,
can you also please show us how you created the pandas dataframe? I mean,
how you added the actual data into the dataframe. It would help us for
reproducing the error.
Thank you,
Pop-Tifrea Adrian
On Mon, Jul 31, 2023 at 5:03 AM second_co...@yahoo.com <
second_co...@yahoo.com>