python中h5py是什麼?
使用python程式設計中,如果想讀寫超過記憶體的大資料,可以引入 h5py庫使用,h5py是Python語言用來操作HDF5的模組,h5py檔案是存放兩類物件的容器,可以存放大量的資料,本文向大家介紹h5py的核心概念及相關安裝步驟。
一、h5py是什麼?
1、h5py是Python語言用來操作HDF5的模組。
2、h5py檔案是存放兩類物件的容器,資料集(dataset)和組(group)。
二、h5py的核心概念
1、檔案file,作為一種層次化的資料容器,file可理解為樹根;
2、組group,儲存的索引,相當於樹的節點;
3、資料集dataset,索引對應的儲存資料,相當於節點記憶體儲的資料;
4、屬性attr,用來儲存額外的小塊後設資料。
三、安裝
如果你使用的是Anaconda的話,安裝命令如下:
conda install h5py
如果沒有,安裝命令如下:
pip install h5py
以上就是python中h5py的有關介紹,希望能對你有所幫助喲~
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4422/viewspace-2830750/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python中loc是什麼Python
- python中的input是什麼Python
- python中的字典是什麼Python
- python中return是什麼意思?Python
- python中mat是什麼意思?Python
- python中global是什麼意思?Python
- Python中什麼是閉包?閉包的好處是什麼?Python
- Python中的mechanize模組是什麼?Python
- python中collections.Counter是什麼?Python
- python中flake8是什麼Python
- Python中的作用域是什麼Python
- python中Matplotlib是什麼?怎麼用?Python
- Python中的arange是什麼?和range有什麼不同?Python
- Python中模組是什麼?Python有哪些模組?Python
- 什麼是python?python有什麼用途?Python
- Python中的類和物件是什麼Python物件
- python OpenCV中的閾值是什麼PythonOpenCV
- Python中的rad是什麼意思?Python
- Python 中的 *args 和 **kwargs 是什麼Python
- 什麼是PythonPython
- Python是什麼?為什麼要掌握python?Python
- Python是什麼意思?Python有什麼用?Python
- python中類方法的區別是什麼Python
- python中的name等於main是什麼PythonAI
- python中upper函式的用法是什麼?Python函式
- 在python中什麼是私有變數域Python變數
- python中Roberts運算元是什麼Python
- Python中的“特權種族”是什麼?Python
- Python 中的數字到底是什麼?Python
- Python中eval函式是什麼?如何使用?Python函式
- Python是什麼語言?Python底層語言是什麼?Python
- 什麼是Python?Python為什麼這麼搶手?Python
- python arange是什麼Python
- python字典是什麼Python
- python re是什麼?Python
- python是什麼蛇Python
- python title是什麼Python
- python 是什麼意思Python