DeepDish.jl

A simple package to load HDF5 files saved by the DeepDish python library in Julia
Author portugueslab
Popularity
0 Stars
Updated Last
5 Years Ago
Started In
December 2018

DeepDish.jl

Build Status

A simple package to load HDF5 files saved by the DeepDish python library in Julia. Currently, only lists of simple types, dictionaries, numpy arrays and pandas DataFrames are supported, as well as recursive structures of lists and dictionaries of the same.

The only exported function is

load_deepdish(f)

where f is the path to the h5 file.

Used By Packages

No packages found.