Hi EMI,
I would like to pull Market Share data for residential only. You already have a good market share data, but there is no option to filter Residentials only.
I've tried to use the following parameter but doesn't seem to work:
MarketSegment=Res
I use python to pull the data from your website directly:
var = datetime.datetime.today()
var = var.strftime('%Y%m%d')
url1 = 'https://www.emi.ea.govt.nz/Retail/Download/DataReport/CSV/R_MST_C?DateFrom=20040101&DateTo='+var+'&RegionType=NWK_REPORTING_REGION_DIST&RegionCode=All&_rsdr=ALL&_si=v|4'
F = pd.read_csv(url1, skiprows=12)