https://kedro.org/ logo
#questions
Title
# questions
h

Hygor Xavier Araújo

07/28/2023, 5:59 PM
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

Deepyaman Datta

07/28/2023, 6:17 PM
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)
3 Views