Published July 26, 2023 | Version 1.0

Perovskite Solar Cells Ageing Dataset

  • 1. Helmholtz-Zentrum Berlin für Materialien und Energie
  • 2. Freie Universität Berlin

Description

This dataset contains cleaned 2,245 ageing test traces (time vs. MPPT PCE/ maximum power point tracking power conversion efficiency) for perovskite solar cells with various device stacks and architectures in the pickle (.pkl) format.

The dataset can be loaded with the following commands on Python.

import pickle5 as pickle
import pandas as pd 
import numpy as np

with open('20230303_mySeriesDrop.pkl', "rb") as fh:
    mySeriesDrop = pickle.load(fh)

The following command can be used to call a specific row (row 0) within the dataset.

mySeriesDrop[0]

The next steps to use the dataset is using scaling/ normalisation (for instance using sklearn.preprocessing.MaxAbsScaler) and smoothing (for instance using Savitzky-Golay filter).

The code to run the complete analysis, including self-organising map clustering, can be accessed here:  https://doi.org/10.5281/zenodo.8181602.

Files

Files (33.0 MB)

Name Size Download all
md5:0984467a38e7181c51e77a355bdc0a1f
33.0 MB Download

Additional details

Related works

Is supplemented by
Software: 10.5281/zenodo.8181602 (DOI)