Here is my code and it only shows the number 'rate' a hundred times
rate = doc.css('.upDn').text
@formattedrate = rate * 100
Answers to your questions
Here is my code and it only shows the number 'rate' a hundred times
rate = doc.css('.upDn').text
@formattedrate = rate * 100