Skip to content

Improve unitpackage functionality #62

@DunklesArchipel

Description

@DunklesArchipel

Currently, unitpackage is limited to CSV data, while frictionless also accepts other formats.
Also, CSVs are loaded as pandas DataFrames upon loading the collection, which is not convenient, when you only want to load and filter datapackges.

The changes are pushed to [resource_entries](the https://github.com/echemdb/unitpackage/tree/resource_entries) branch. Individual pull requests to the branch can fail. In the first iteration, most of the functionality of the unitpackage module should work the same as before.

Mandatory changes

Further steps

  • allow loading different file formats
  • Create Collection from either Data Packages within a folder by providing the folder path or directly from a single file containing a Data Package with multiple resources(JSON). (see Collections are created from Data Packages #72) has now collection.from_local(datadir) or collection.from_local_file(filename -> JSON)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions