li00-lab

Results 2 comments of li00-lab

It seems like the original code, will change the data type to **object** after concatenating both dataframes, therefore the comparison `df_concat['a'].max()` failed. ```python import pandas as pd df1 = pd.DataFrame({...