cubids.validator.parse_validator_output

parse_validator_output(output)[source]

Parse the JSON output of the BIDS validator into a pandas dataframe.

Parameters:

output (str) – Path to JSON file of BIDS validator output

Returns:

df – Dataframe of validator output.

Return type:

pandas.DataFrame