Currently the kwargs in data loader functions are to be passed as a dict. This should be change to **kwargs as arguments instead.
Change from function_name(kwargs: dict) to function_name(**kwargs)
Make sure that the script to summarize the datasets still run correctly afterwards.