Baselight

LADWP Water Supply In Acre Feet

From Los Angeles Open Data

@kaggle.cityofla_ladwp_water_supply_in_acre_feet

Loading...
Loading...

About this Dataset

LADWP Water Supply In Acre Feet

Content

Sources of LADWP Water Supply in Acre Feet. MWD - Metropolitan Water District, LA Aqueduct, Local Groundwater, and Recycled Water.

Context

This is a dataset hosted by the city of Los Angeles. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore Los Angeles's Data using Kaggle and all of the data sources available through the city of Los Angeles organization page!

  • Update Frequency: This dataset is updated daily.

Acknowledgements

This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.

Cover photo by Jeremy Bishop on Unsplash
Unsplash Images are distributed under a unique Unsplash License.

Tables

Ladwp Water Supply In Acre Feet

@kaggle.cityofla_ladwp_water_supply_in_acre_feet.ladwp_water_supply_in_acre_feet
  • 11.45 KB
  • 49 rows
  • 11 columns
Loading...

CREATE TABLE ladwp_water_supply_in_acre_feet (
  "date_value" TIMESTAMP,
  "fiscal_year" VARCHAR,
  "mwd" BIGINT,
  "la_aqueduct" BIGINT,
  "local_groundwater" BIGINT,
  "recycled_water" BIGINT,
  "total_acre_feet" BIGINT,
  "mwd_of_total" DOUBLE,
  "la_aqueduct_of_total" DOUBLE,
  "local_groundwater_of_total" DOUBLE,
  "recycled_water_of_total" DOUBLE
);

Share link

Anyone who has the link will be able to view this.