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)
Creating high and low balance calculations from a dataset
I have a list of currency trades, and from this I need to calculate the high and low points of the balance of each currency. I have created a simple example in the Sheet below:
https://docs.google.com...
Dan
Votes: 0
Answers: 1
Generate sequence in Oracle based on length of column
I need to generate sequence in Oracle based on length of column and incremental of 2.
For example:
Select comp_name from table_a
Output: COGNIZANT
So I need to generate sequence:
Generate_sequence ( ...

Santhosh reddy
Votes: 0
Answers: 1
How to determine if sequence is within the list of ints?
I am having trouble when running a python program. The purpose is to determine whether the sequence 1, 2, 3 is within a given list of ints. When it runs two of the tests, the code works. However, the ...
anthonyvn
Votes: 0
Answers: 3
R: short and effective code for a sequence of lm models from DOE factors
Background:
I have several responses as output from an DOE and want to model each one. First and of course successfull try was to simply write a long code for each model.
formula<- y~a+b+c+d+a:b+a:...
Marcel
Votes: 0
Answers: 1