KamitaniLab / bdpy

Python package for brain decoding analysis (BrainDecoderToolbox2 data format, machine learning analysis, functional MRI)
MIT License
35 stars 21 forks source link

how about adding new property of deleting? #5

Open kencan7749 opened 4 years ago

kencan7749 commented 4 years ago

For concept of CRUD, bdpy module (in bdata.py) satisfy Create, Read(?) and Update, but not Delete. I sometimes have opportunity to modify or delete metadata. In that case, previously I extracted metadata and modifying it in each analysis code. But I have recently realized that it's not healthy. Could you consider to add delete properties?