echoing-camera-27293
10/01/2025, 8:09 AMfilename
2. I have to load the filename and process him (calculate the len for instance)
Than I created the following flow :
1. Loading DF -> iterating over the filename columns to the next step with id as input
2. Load the file using the self.input , compute the length, store it in self.len as the id in self.id
3. Converge to the next step that must reconcile the length iterating on inputs self.df.loc[input.id, 'len'] = self.len
However, the number of filesto process is huge, and I'm thinking to put the process in cloud. But the files are only on the host ... What's the best way to proceed ?hundreds-rainbow-67050
10/01/2025, 12:53 PM