It is indeed the problem. In the column “Cluster” I had e.g. entries like “4+5”, which I think were read as strings on par with single-cluster entries.
I could not figure out any sane way to save these mixed type columns as string columns, quoting did not help - so I dropped these columns entirely as a fast-hand solution. But of course it is not a good practice.