modin dataframes with 0 rows cannot be interchanged to modin...
>>>frommodinimportpandasasmpd>>>df=mpd.DataFrame({"foo_col":mpd.Series([],dtype="int64")})# dtype can be anything>>>frommodin.pandas.utilsimportfrom_dataframe>>>from_dataframe(df)ValueError:Noobjectstoconcatenat