cellannotation / cas-tools

Cell Annotation Schema Tools
1 stars 0 forks source link

Support programatic addition of author category annotation columns from CSV/Dataframe #66

Closed dosumis closed 1 month ago

dosumis commented 3 months ago

Background:

Spec:

Function.

  1. Check that all keys in input dataframe match an entry in the specified Key field in CAS & fail if not
  2. For each match add new key:value pairs from the input dataframe.
  3. If no content in cell, make content null/NaN. Warn of any empty cells following loading.