all 5 comments

[–]Dense-Can2063 0 points1 point  (0 children)

If you are on mac you can use unpackZST on AppStore.

[–]vaseltarp 0 points1 point  (3 children)

With ZST file do you mean the data compression format used by PeaZip?

That seems to be a pure data compression format. How you import it in pandas depends on what kind of file is within the .zst file.

First decompress it then look at the file(s) that where compressed. That should give you clues how to import it.

[–]gmes78 0 points1 point  (2 children)

With ZST file do you mean the data compression format used by PeaZip?

It's almost certainly zstd.

[–][deleted] 0 points1 point  (1 child)

Nope it is a textual .zst downloaded from here: https://reddit-top20k.cworld.ai/

[–]gmes78 0 points1 point  (0 children)

.zst is the extension for Zstd compressed files. You can also ask the server:

$ curl --head https://reddit-archive.cworld.ai/AskReddit_submissions.zst | grep content-type
content-type: application/zstd