python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decoding a response from Tequila by Kiwi
I need to get a response with a flights from my airport to my destination. And everything works great with one little detail - "data" in my response is empty.
RESPONSE:
{'all_airlines': [],...
Rounded Hedgehog
Votes: 0
Answers: 1
Random "Unexpected end of Zlib input stream" exception when trying to gunzip files
I have a class that is supposed to extract a given tar.gz file into a simple .tar file.
But for some files this exception is thrown :
java.io.EOFException: Unexpected end of ZLIB input stream
The met...
LostReality
Votes: 0
Answers: 1
Read compressed JSON file from s3 in chunks and write each chunk to parquet
I'm trying to get a 20GB JSON gzipped file from s3 in chunks, decompress each chunk, convert the chunk to parquet, and then save it to another bucket.
I have the following code that works well with sm...
M. Phys
Votes: 0
Answers: 1
How to read and get the complete text line from compressed file using golang
There is a compressed text file(.gz) has some set of warning, error and information details.
Sample content.
Oct 25 06:58:51 : For info, please visit https://www.det.org
Oct 25 06:58:51 : Copyright 2...

Ibjas Mohamed
Votes: 0
Answers: 1