Filling missing value Question Priyabrata In a dataset, various cells have 0 instead of nan. How to fill the zeroes with mean or median. in progress 0 Python 55 years 0 Answers 871 views Master
Flipkart Interview Question | What is the meaning of Python being zero-ind exed language? Question TheDataMonk Python in progress 0 Python 55 years 4 Answers 1275 views Grand Master
Flipkart Interview Question | How to join tables in python? Question TheDataMonk . in progress 0 Python 55 years 4 Answers 1353 views Grand Master
Flipkart Interview Question | When to use list, set or dictionaries ? Question TheDataMonk . in progress 0 Python 55 years 5 Answers 1281 views Grand Master
Flipkart Interview Question | What is the difference between extend and append function? Question TheDataMonk . in progress 0 Python 55 years 6 Answers 1701 views Grand Master
Flipkart Interview Question | What are the basic checks you do for cleaning the data? Question TheDataMonk . solved 0 Python 55 years 4 Answers 2827 views Grand Master
Affine Analytics Interview Questions | Removing null value from a column Question TheDataMonk Null value treatment in progress 0 Python 55 years 1 Answer 1121 views Grand Master
Affine Analytics Interview Questions | Loading a csv/text file in Python Question TheDataMonk File upload in progress 0 Python 55 years 1 Answer 1218 views Grand Master
Write code for pow(a,b) Question Puja you know the built function, pow(a,b), right? pow(2,3) gives 8 as a result. What if I want to code it with least time complexity. How will I do it ? in progress 0 Python 55 years 8 Answers 843 views Member
Myntra Interview Question | Simple Loop problem Question TheDataMonk Use while loop to print from 1 to 50, but skip at 5,10 and 15. in progress 0 Python 55 years 8 Answers 1248 views Grand Master