hi,
When I save a dataset with the write.csv operator, it stores integer numbers with a ".0" at the end, as float number so to say.. but I need to upload them as integer, is there a way to avoid that type of formatting?
otherwise, I always have to reformat the files in R, its quick but somehow still annoying..