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).
029
Load Dataset
pip install datasetsfrom 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).
