import pandas as pd


def read_my_weird_data(path):
    # some code which reads in the data from path

    return ...
