Code only version of AutoEq
pip install git https://github.com/jaakkopasanen/autoeq-pkg
See AutoEq for comprehensive documentation and usage examples
from autoeq.frequency_response import FrequencyResponse
fr = FrequencyResponse.read_from_csv('path/to/measurement/data.csv')
fr.plot_graph()