Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

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).

Downloads last month
20