how to split column in dataframe as data and time code example Example: dataframe split column df[['First','Last']] = df.Name.str.split(" ", expand=True)