### Problem The current way `PDFParser` and `ProfileParser` parse datafiles is archaic. ### Proposed solution Use diffpy.utils new and beautiful `load_data` function that parses the data more elegantly. Thanks Andrew for the lovely function!
Problem
The current way
PDFParserandProfileParserparse datafiles is archaic.Proposed solution
Use diffpy.utils new and beautiful
load_datafunction that parses the data more elegantly. Thanks Andrew for the lovely function!