How to Read a gzip File in Python?

read gzip file in python

gzip file format is one of the most common formats for compressing/decompressing files. gzip compression on text files greatly reduce the space used to store the text file. If you are working with a big data file, often the big text files is compressed with gzip or “gzipped” to save space. A naive way to… Continue reading How to Read a gzip File in Python?