Anirban Patra

Results 5 issues of Anirban Patra

Q4 standard deviation code error The Error was in line. ``` python avg = mean(numbers) ``` Mean can be imported from statistics and not math module. Added the following code...

Visualization/Images will make this repo a one-stop destination for all interview prep. Is there any reason those are not added?? I will be willing to make it more appealing to...

readme.md doesnot say a word about the project and the purpose of it. One has to visit the website to find out the the project details. There are some grammitical...

assigned
beginner

[Apache_Superset_Numpy_Wheel Error.txt](https://github.com/apache/superset/files/9743569/Apache_Superset_Numpy_Wheel.Error.txt) I have followed the installation process diligently but still numpy wheel build is failing.I have later tried to install numpy == 1.22.1 as required by apache_superset,though the installation...

#bug

Most of the python code(def) in technical.md is not called.As a result one has to copy the example from markdown examples and call the function to understand its working. In...