Read HDF5 files from DuckDB
					Maintainer(s):
					
						Berrysoft
					
					
				
				
				Installing and Loading
INSTALL hdf5 FROM community;
LOAD hdf5;
Example
FROM read_hdf5('some_file.h5', 'dataset');
About hdf5
This extension provides a read function for HDF5 files.
Added Functions
| function_name | function_type | description | comment | examples | 
|---|---|---|---|---|
| read_hdf5 | table | NULL | NULL | 
