Denis Kolodin on 18 Mar 2016 16:37:04
It's hard to import scientific data (from simulation models as example) in HDF5 format. There is Specs for: https://www.hdfgroup.org/HDF5/
- Comments (2)
Comments (2)
RE: HDF5 data source
Its not perfect but you can use python data connector to get h5 data. I am still voting though to get this added directly.
Example:
import pandas as pd
protus = pd.read_hdf(file)
RE: HDF5 data source
We also have loads of HDF5 data which we only can make use of in Power BI when converting them. This is quite inconvenient, when the data-sets are large. Direct support in Power BI would be highly appreciated.