n in t… want to combine two columns as strings. To do this, we have to interpret data['Year'] as a string. We do that by using .astype(str) on the column. For the sake of brevity, we will not dive into types and type conversion in this article but discus…