.NPY 文件扩展名

Python NumPy Array File

开发者 Python
受欢迎程度
3.5  |  27 
 

什么是 NPY 文件?

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.

更多信息

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').

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 NPY 文件的程序

分类: 数据
更新时间: 2017-04-12

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Python NumPy Array 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们