20. Below are seven segment of code, each with part colored. Indicate the data type of each colored part by choosing the correct type of data from the following type. (a) int (b) float (c) bool (d) str (e) function (f) list of int (g) list of str Leave a Comment / Uncategorized / By Sanjay Kumar
18.What is missing data? 19. Why is missing data filled in Dataframe with some value? 20. Name the function you can use for filling missing data? 21. Name some function to handle missing data. Leave a Comment / Uncategorized / By Sanjay Kumar
2. What will be the output of the following code? 2. SELECT CONCAT (CONCAT(‘Inform’, ‘atics’), ‘Practices’); 3. SELECT LCASE (’INFORMATICS PRACTICES CLASS 11TH‘); 4. SELECT UCASE (’Computer Studies‘); 5. SELECT CONCAT (LOWER (‘Class’), UPPER (‘xii’)); Leave a Comment / Uncategorized / By Sanjay Kumar