It would be nice if b2t exported the column string IDs as constants:
"ds__dataset", "ent__sub", "ent__ses", "ent__run", "meta_json"
bids2table.DATASET_DATASET
bids2table.ENTITY_SUBJECT
bids2table.ENTITY_SESSION
bids2table.ENTITY_RUN
bids2table.METADATA_JSON
This way they could also have some docstrings explaining what they contain and maybe column datatype attached.
It would be nice if b2t exported the column string IDs as constants:
This way they could also have some docstrings explaining what they contain and maybe column datatype attached.