Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator

Tell us what’s happening:
Describe your issue in detail here.
Hello, I have written the code of mean standard variable and I am getting the right result for the values in assignment, but with the test results I am getting two errors which I am not able to debug. Can anyone help me?

Your code so far
here is the link to my code

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Mean-Variance-Standard Deviation Calculator

Link to the challenge:

It looks like it’s related to this instruction:

The values in the returned dictionary should be lists and not Numpy arrays.

Thank you!, but unfortuanately I am getting another error saying unsupported operands!

This error is bad, it just means your result does not match the expected result.

Check the output of the test case in main.py. You have a typo on one of your object keys/labels when you build the calculations dictionary.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.