fetch_participants_tsv# brainsets.utils.openneuro.fetch_participants_tsv(dataset_id)[source]# Fetch and parse participants.tsv from OpenNeuro S3. Parameters: dataset_id (str) – The OpenNeuro dataset identifier Return type: Optional[DataFrame] Returns: DataFrame indexed by participant_id, or None if the file does not exist or has no participant_id column.