Extractor.extract_exp_data()#
- Extractor.extract_exp_data()[source]#
Extracts the main experiment data from json files in the Extractors in_path.
Examples
Turn all alfred json datasets in the current working directory into a nice csv file.
>>> from alfred3.cli.extract import Extractor >>> ex = Extractor() >>> ex.extract_exp_data()