Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use df.std() / df.mean() f...
Answer
#3: Post edited
There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use `df.std() / df.mean()` for one reason or another. You could also make a simple function yourself that divides the two numbers and returns the answer.
- There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use `df.std() / df.mean()` for one reason or another, you could make a simple function yourself that divides the two numbers and returns the answer.
#2: Post edited
There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use `df.std() / df.mean()` for one reason or another. You could make a simple function yourself that divides the two numbers and returns the answer.
- There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use `df.std() / df.mean()` for one reason or another. You could also make a simple function yourself that divides the two numbers and returns the answer.
#1: Initial revision
There's very little information to go off of here but to me the built-in function you need is division which is already built in to any language. Unless you are unable to use `df.std() / df.mean()` for one reason or another. You could make a simple function yourself that divides the two numbers and returns the answer.