mostlyright.research
mostlyright.research
Section titled “mostlyright.research”mostlyright.research(station=None, from_date=None, to_date=None, *, label=
Section titled “mostlyright.research(station=None, from_date=None, to_date=None, *, label=, labels_as_known=‘settled’, city=None, stations=None, contract=None, contracts=None, station_override=None, sources=None, source=None, include_trades=False, include_forecast=False, forecast_model=None, forecast_models=None, forecast_source=‘iem_mos’, as_dataframe=None, tz_override=None, qc=False, granularity=‘daily’, include_satellite=False, include_cwop=False, features=None, backend=‘pandas’, return_type=‘dataframe’)”Legacy alias of dataset() — implicit cli label, NO new warning.
research() is the v0.14.1 name kept working byte-for-byte. Unlike
dataset(), calling it WITHOUT an explicit label does NOT emit the
D-22 bridge FutureWarning (this name is deprecated toward 2.0 regardless, so
a second warning would be noise). An explicit label= is honored the same
as on dataset().
- Return type:
Any - Parameters:
- station (str | None)
- from_date (str | None)
- to_date (str | None)
- label (str | Any | None)
- labels_as_known (str)
- city (str | None)
- stations (list [str ] | tuple [str , … ] | None)
- contract (str | None)
- contracts (list [str ] | tuple [str , … ] | None)
- station_override (str | None)
- sources (list [str ] | tuple [str , … ] | None)
- source (str | None)
- include_trades (bool)
- include_forecast (bool)
- forecast_model (str | None)
- forecast_models (list [str ] | None)
- forecast_source (str | list [str ] | tuple [str , … ])
- as_dataframe (bool | None)
- tz_override (str | None)
- qc (bool)
- granularity (str)
- include_satellite (bool)
- include_cwop (bool)
- features (list [str ] | tuple [str , … ] | None)
- backend (str)
- return_type (str)