TypeError: can only concatenate str (not "int") to str while finding mean of column of dataframe code example
Example: can only concatenate str (not "int") to str
# To solve the issue, just add str to your number or value like:
print( "Alireza" + str(1980))