featuretools.demo.load_weather#

featuretools.demo.load_weather(nrows=None, return_single_table=False)[source]#

Load the Australian daily-min-temperatures weather dataset.

Parameters:
  • nrows (int) – Passed to nrows in pd.read_csv.

  • return_single_table (bool) – Exit the function early and return a dataframe.