Hi, everyone. Is it possible to use pandas.CSVDa...
# questions
h
Hi, everyone. Is it possible to use pandas.CSVDataSet to read a compressed (zip) password protected CSV? It's a local file. The zip is password protected, not the csv inside it
d
Not out of the box. You could build a custom dataset. For inspiration: https://github.com/dataengineerone/de1-python/blob/main/de1/zip/zip_file_data_set.py (I'm sure this lib is unmaintained, but the implementation should probably work nearly out of the box)