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
{{ message }}
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
I will look into updating an existing package. As to the second request, I believe this functionality is already available. The update_entity method can accept non-existing entities, and simply adds them to the entities list if that's the case.
@miroli, regarding new functionality to f2p, this can provide some inspiration when it comes to the section of “ingredients”:
https://ddf-utils.readthedocs.io/en/latest/recipe.html
But at the same time I think good that f2p is lean and focused on the most common workflows we see from Pandas.
I guess what I'm primarily looking for is a way to map more quickly define the basics (what was previously in the constructor of f2p) of a dataset.
For example, let's say I already have a dataset and would like to just add one more file, pseudo:
Or my simpler use case where I would like to create a dataset with some concepts and entities (no datapoints):
The text was updated successfully, but these errors were encountered: