FileInfo

Diller

Genel Bakış

What is an NPY file? An NPY file is a NumPy array file created by the Python software package with the NumPy library installed. It contains an array saved in the NumPy (NPY) file format. NPY files store all the information required to reconstruct an array on any computer, which includes dtype and shape information.

More Information NumPy is a Python programming language library that provides support for large arrays and matrices. You can export an array to an NPY file by using np.save('filename.npy', array) . You can load an array in an NPY file by using np.load('filename.npy') .

Popularity3.5/5

27 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Python NumPy Array file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Gezinme

DeveloperPython
Popularity3.5 | 27 Votes

Previous / Next

In-Depth

.NPY File Extension

Python NumPy Array File

DeveloperPython
Popularity
3.5  |  27 Votes
 

What is an NPY file?

An NPY file is a NumPy array file created by the Python software package with the NumPy library installed. It contains an array saved in the NumPy (NPY) file format. NPY files store all the information required to reconstruct an array on any computer, which includes dtype and shape information.

More Information

NumPy is a Python programming language library that provides support for large arrays and matrices.

You can export an array to an NPY file by using np.save('filename.npy', array) .

You can load an array in an NPY file by using np.load('filename.npy') .

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open NPY files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Python Software Foundation Python

Free

Mac

Python Software Foundation Python

Free

Linux

Python Software Foundation Python

Free

Category: Data Files

Updated: April 12, 2017

SSS

What is an NPY file?
An NPY file is a NumPy array file created by the Python software package with the NumPy library installed. It contains an array saved in the NumPy (NPY) file format. NPY files store all the information required to reconstruct an array on any computer, which includes dtype and shape information.