Closed MaxGhenis closed 3 years ago
d = mdf.MicroDataFrame(dict(x=[1, 2, 3]), weights=[4, 5, 6]) pd.concat([d, d]).__class__
pandas.core.frame.DataFrame
Should be MicroDataFrame
This probably isn't possible since we can't modify pd.concat, so I'll try implementing mdf.concat instead.
pd.concat
mdf.concat
Should be MicroDataFrame