How to make recursive calls to python/pandas UDF? For example, unzipping arbitrarily nested zip files.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2021 11:08 AM
There are files that are zip files and have many zip files within them, many levels. How do you read/parse the content?
Labels:
- Labels:
-
Pyspark
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2021 11:10 AM
'tail-recurse' is a python API that can help.