INT-NIT / BEP032tools

Software tools supporting the BIDS Extension Proposal (BEP) dedicated to adding support for electrophysiological data recorded in animal models (BEP032)
MIT License
3 stars 9 forks source link

Modify the nature of the inputs of generate_bids_dataset #137

Open SylvainTakerkart opened 1 year ago

SylvainTakerkart commented 1 year ago

For now, the input is the path to a csv file.

The goal is to accept both a csv file or directly a pandas DataFrame

This could be done easily via: extract_df_from_csv -> csv_sanity_check, accept csv file or dataframe in generate_bids_dataset