Re: conver panda image column to spark dataframe

2023-08-03 Thread Adrian Pop-Tifrea
wrote: > i changed to > > ArrayType(ArrayType(ArrayType(IntegerType( , still get same error > > Thank you for responding > > On Thursday, July 27, 2023 at 06:58:09 PM GMT+8, Adrian Pop-Tifrea < > poptifreaadr...@gmail.com> wrote: > > > Hello, > > wh

Re: conver panda image column to spark dataframe

2023-07-27 Thread Adrian Pop-Tifrea
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