python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Convert range 0.5->1 to output range 1>0 with javascript
I'm trying to make it so that when a range slider is increased from a starting (min) value of 0.5 and an end (max) value of 1 the converted output value decreases from a starting point of 1 (when the ...
Glen Keybit
Votes: 0
Answers: 1
real- time currency converter Swift
I'm trying to make a simple currency conversion application . here I am parsing json
static func fetchJson(key: String = "USD", completion: @escaping (ExchangeRates) -> ()) {
guard le...
iOSPrincess
Votes: 0
Answers: 2
How to display different data types in radial stacked chart using D3?
I'm trying to display data in a radial chart/donut chart where there is a threshold and an overshoot. The data I am displaying is in percent, tonnes, kg per capita, scale(0-1). I'm guessing I would ha...

GreGu
Votes: 0
Answers: 0
User based encoding/convert with its interaction in pandas
I have this dataframe which looks like this:
user_id : Represents user
question_id : Represent question number
user_answer : which option user has opted for the specific question from (A,B,C,D)
correc...

Haseeb Sultan
Votes: 0
Answers: 3