I've a problem loading a data frame: I've, shortly, 3 variables: Country, Capital, Population. When I use
data=read.csv(file="data.csv", head=T, sep=",")
or
data=read.csv(file="data.csv")
I obtain that
the names of the columns are translated, like first column is a row names. How I can fix that?