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 772 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 1167 views Grand Master
Flipkart Interview Question | How to join tables in python? Question TheDataMonk . in progress 0 Python 55 years 4 Answers 1268 views Grand Master
Flipkart Interview Question | When to use list, set or dictionaries ? Question TheDataMonk . in progress 0 Python 55 years 5 Answers 1133 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 1538 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 2760 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 1015 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 1122 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 776 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 1126 views Grand Master