python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Extracting images from h5 file
I have images that are saved into h5 file, so now I'm wondering is it possible to extract images from h5 file in a folder? I wrote this code but it doesn't work. It save an image in folder but can't ...
Leon
Votes: 0
Answers: 1
conda install and conda build result in different dependency versions
I'm trying to build a package which includes h5py. When using conda build, it seems to install the wrong version of the dependency. It installs 3.2.1-py37h6c542dc_0, which includes hdf5: 1.10.6-nompi_...
tschaka1904
Votes: 0
Answers: 1
Simple HDF5 C++ issue
I'm trying to use execute a basic C++ script (here). I believe I've installed the HDF5 library correctly using:
sudo apt install libhdf5-dev
When I first tried to compile the code using:
g++ hdf5_simp...

Tyler
Votes: 0
Answers: 1
Will Pandas auto sort new data appended to a dataframe (in hdf5 format)
For example, I got a df1, index from 20200101 to 20210101, dtype is DateTime, and I already save this df to h5 (format is table).
Then I got a new df2, index from 20200101 to 20200201, which is in the...
Chauncey
Votes: 0
Answers: 1