API
This API allows interacting with a collection of frictionless datapackages, stored in a specific format, explore the content of its entries and visualize the underlying data.
A Collection
of datapackages, denoted as entries
can be created from local files or a remote repository. The metadata describing the data are stored as descriptors
. For collections containing a certain type of data, collections with specific methods can be created, such as with CVCollection
. In a same way, specific types of entries can be created, such as with CVEntry
Modules:
unitpackage.collection
Collection
Collection.Entry
Collection.Entry.add_columns()
Collection.Entry.bibliography
Collection.Entry.citation()
Collection.Entry.create_examples()
Collection.Entry.df
Collection.Entry.field_unit()
Collection.Entry.from_csv()
Collection.Entry.from_df()
Collection.Entry.from_local()
Collection.Entry.identifier
Collection.Entry.mutable_resource
Collection.Entry.plot()
Collection.Entry.rename_fields()
Collection.Entry.rescale()
Collection.Entry.save()
Collection.bibliography
Collection.create_example()
Collection.filter()
Collection.from_local()
Collection.from_local_file()
Collection.from_remote()
Collection.save_entries()
unitpackage.entry
unitpackage.descriptor
unitpackage.cv.cv_collection
unitpackage.cv.cv_entry
unitpackage.remote
unitpackage.local