This PR refactors the data extraction scripts to remove redundancy, and to make it easier to extract data for different moieties / properties in the future.
Todo
[X] call convert_density_data.py on the raw data rather than the 'alcohol-ester' only data.
[X] refactor the filter_X_Y.py scripts into a single filter_data.py script.
[X] switch filter_data.py to use the density / excess molar volume data from converted_density_data, rather than the raw unconverted data.
[X] refactor find_common_data.py to work with any types of binary properties.
Description
This PR refactors the data extraction scripts to remove redundancy, and to make it easier to extract data for different moieties / properties in the future.
Todo
convert_density_data.py
on the raw data rather than the 'alcohol-ester' only data.filter_X_Y.py
scripts into a singlefilter_data.py
script.filter_data.py
to use the density / excess molar volume data fromconverted_density_data
, rather than the raw unconverted data.find_common_data.py
to work with any types of binary properties.README.md
.Status