You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To merge all existing options get_datasets ended up having a bit of a weird signature with return_paths and return_dataseries flags.
The behaviour when both flags are True is return_dataseries and return_dataseries is actually returning a dataframe if allow_multiple if True.
Should we change that or is that fine?
The text was updated successfully, but these errors were encountered:
flexiznam/flexiznam/main.py
Line 1131 in a02e97b
To merge all existing options
get_datasets
ended up having a bit of a weird signature withreturn_paths
andreturn_dataseries
flags.The behaviour when both flags are True is
return_dataseries
andreturn_dataseries
is actually returning a dataframe if allow_multiple if True.Should we change that or is that fine?
The text was updated successfully, but these errors were encountered: