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 794 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 1198 views Grand Master
Flipkart Interview Question | How to join tables in python? Question TheDataMonk . in progress 0 Python 55 years 4 Answers 1296 views Grand Master
Flipkart Interview Question | When to use list, set or dictionaries ? Question TheDataMonk . in progress 0 Python 55 years 5 Answers 1190 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 1600 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 2779 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 1046 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 1157 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 802 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 1168 views Grand Master