Azure – Is there a way to write the content (stored in a spark Dataframe) of images into files in parallel with pyspark?
I have a Spark Dataframe which contains in every single row two items: a file name (with an extension, like for instance .jpg), and the content of the file in bytes. I would like to write a process that takes…