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

User16789201666
Databricks Employee
Databricks Employee

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

User16789201666
Databricks Employee
Databricks Employee

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