Comments
-
I think that worked well with CONCAT function. I dont see the error anymore. Thanks!
-
Thanks for your answer. Does using python package "Dask" help parallelize the script on all the available cores?
-
It requires a combination of 2 datasets for each function. Then I am pulling matching data based on some conditions.
-
This is how my ETL looks like. My python script does 3 for loops one after the other. Do you think splitting the code into 3 tiles will help fasten the processing?