<in Kedro, how to handle tar.gz archives from the ...
# questions-so
r
in Kedro, how to handle tar.gz archives from the web I have a tar.gz file that I am downloading from this link: http://ocelma.net/MusicRecommendationDataset/lastfm-1K.html What is the best way to fully integrate this TSV data into kedro, perhaps with an API dataset first, and then a node to extract it? Tar.gz files are not a default supported kedro dataset type.
1