Hi,
I have a file containing one column with values:
3.258
1.345
5.769
1.00
etc...
I want to sort this data. I tried to use sort() directly on my raw data but I get error message saying 'str' object has no attribute 'sort'.
I now it's basic, but I'm a beginner at Python and now I don't know how to proceed.