Research
Profiles
Profiles
Multi-Year Dataset on Daily Electricity Demand, Generation, Load Shedding, and External Conditions in Bangladesh
Md. Ikrama Hossain, Tasnia Nafs, Sakif Yeaser, and Asif Newaz
Data in Brief- Volume 62, October 2025, 112014
This dataset compiles daily electricity statistics for Bangladesh across national and divisional levels. The data were programmatically scraped from the Bangladesh Power Development Board’s (BPDB) digital archive and processed into a structured, machine-readable format using a custom Python pipeline. The dataset consists of 1867 daily reports, spanning from November 21, 2019, to December 30, 2024. Each record includes key variables such as electricity demand, generation, load shedding, temperature, and supply limitations due to gas shortages, coal availability, and low water levels. The dataset was curated through multiple stages, which include manual verification, holiday classification, missing value imputation, and outlier correction. Five sequential versions are provided, which reflect progressive enhancements from raw extraction to modeling readiness. The data can be used in time series analysis, load forecasting, energy policy research, and machine learning applications in resource-constrained settings. Additionally, the collection spans the COVID-19 pandemic period, offering unique opportunities for studying the impact of external factors on national energy systems.
Comparative Analysis of Deep Learning Models for Long-Term Electricity Demand Forecasting in Bangladesh Using Web-Scraped Data
Sakif Yeaser, Tasnia Nafs and Md. Ikrama Hossain
2025 17th International Conference on Electronics, Computers and Artificial Intelligence (ECAI), Târgoviste, Romania
As energy demand continues to rise in Bangladesh, there is a growing need for more accurate forecasting methods to improve the balance between electricity supply and consumption. Despite increased generation capacity, the country still experiences frequent disruptions due to limitations in prediction accuracy and structural inefficiencies within the power system. This research carries out an evaluative comparison of notable deep learning (DL) frameworks, including Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), Bidirectional LSTM (BiLSTM), and Bidirectional GRU (BiGRU), for forecasting daily peak electricity demand at both the national level and across the country's eight divisions. The dataset was compiled from the Bangladesh Power Development Board (BPDB) using an automated web scraping pipeline. All models were trained on four years of historical data and evaluated using a one-year testing set. Among the models assessed, the BiGRU architecture outperformed others, achieving the lowest testing Mean Absolute Percentage Error (MAPE) value of 4.75%. The BiGRU model was also employed for division-wise forecasting, effectively capturing regional demand variations. Additionally, it was applied to unseen future dates, which are not included in the dataset, where it recursively predicted energy demand one day at a time and achieved an MAPE of 7.3%, demonstrating strong generalization capability. These results signify the aptitude of deep learning-based methodologies for enabling resilient and scalable energy consumption modeling.