cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

How to make recursive calls to python/pandas UDF? For example, unzipping arbitrarily nested zip files.

User16789201666
Contributor II
Contributor II

There are files that are zip files and have many zip files within them, many levels. How do you read/parse the content?

1 REPLY 1

User16789201666
Contributor II
Contributor II

'tail-recurse' is a python API that can help.