CoolFace
Datasetpublic

worldboss/electricity-prices

Load Dataset pip install datasets from datasets import load_dataset electricity = load_dataset("worldboss/electricity-prices", split="train") pd.DataFrame(electricity).head() Author The data was constructed by Theophilus Siameh (theodondre@gmail.com).

sourceHugging Faceafl-3.0updated 3y agoView on Hugging Face
0likes29downloads
Dataset Card

Load Dataset

shell
pip install datasets
python
from datasets import load_dataset

electricity = load_dataset("worldboss/electricity-prices", split="train")

pd.DataFrame(electricity).head()

Author

The data was constructed by Theophilus Siameh (theodondre@gmail.com).