resulting in a pandas ValueError: If using all scalar values, you must pass an index. This occurred in #645 when functions had a parameter dict as an input (and nothing more) and is resolved once any other input is added.
Once this issue is resolved, we should remove the fake dependencies marked with ToDo: Remove fake dependency (geburtsjahr). in the docstrings.
Bug description
The bug was discovered and discussed in #645
GETTSIM returns something like
instead of
resulting in a pandas
ValueError: If using all scalar values, you must pass an index
. This occurred in #645 when functions had a parameter dict as an input (and nothing more) and is resolved once any other input is added.Once this issue is resolved, we should remove the fake dependencies marked with
ToDo: Remove fake dependency (geburtsjahr).
in the docstrings.