You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great if JuliaDB could save some form of metadata (maybe a dictionary) as a kind of header in the same file as the database.
This would make managing and sharing different datasets much easier.
The text was updated successfully, but these errors were encountered:
using JuliaDB
potential_path ="my_2d_flat_dataset.jdb"
metadata =load_metadata(potential_path)
if metadata[:dim] == :2d && metadata[:hierarchy] ==:flatprintln("We found the desired data!")
db =load(potential_path)
end
Sorry for not including an example earlier. What do you think?
I think it would be great if JuliaDB could save some form of metadata (maybe a dictionary) as a kind of header in the same file as the database.
This would make managing and sharing different datasets much easier.
The text was updated successfully, but these errors were encountered: