For the following code, what is the colon (:) means?
import pandas as pd
merge: pd.DataFrame = pd.concat([train, dftt, test])
submission: pd.DataFrame = test[['test_id']]
For the following code, what is the colon (:) means?
import pandas as pd
merge: pd.DataFrame = pd.concat([train, dftt, test])
submission: pd.DataFrame = test[['test_id']]