Anyfile
Open file
.npzTypical support level 5

Open NumPy NPZ Archives Online

NPZ is a ZIP container whose entries are NPY arrays. Anyfile validates the archive, lists safe array members and opens selected numeric or structured values without unpickling Python objects.

Choose a .npz file

Your file stays on this device

Anyfile reads only the local file you select. Parsing, decoding and rendering happen in this browser tab; the file is not uploaded to Anyfile servers.

What Anyfile can show

  • Array names, shapes and dtypes
  • Paged values for supported NPY members

Limits and conditions

  • Object arrays are rejected rather than unpickled
  • Archive and array safety limits bound resource use

IMPLEMENTATION

Viewers responsible for this format

NumPy array viewer
Bounded NPY and NPZ structure and value inspection.
See implementation and open-source credits

Common question

Does Anyfile execute pickle data in NPZ files?

No. Object deserialization is intentionally disabled; only safe supported array layouts are inspected.