rename make_http_request -> make_url_request to support broader range of requests; make_http_request is deprecated and will be removed in future release
clarify python 3.7 as minimum requirement
new dqi function adjust_dqi_scores() which adjusts scores in a dataframe based on a passed dictionary
make_http_request
->make_url_request
to support broader range of requests;make_http_request
is deprecated and will be removed in future releaseadjust_dqi_scores()
which adjusts scores in a dataframe based on a passed dictionary