Q1.) Given sample data in text, read it in python Solution: Take the text to notepad, save it as CSV and then read it in python Check the number of null values Check the number of unique values Make a new column by multiplying two features and add that column to the existing dataframe Q2.) Difference between list and tuple? a = [1,2,3,4,5,6,7,8,9] print(a[-1:-5]) Without running this code in compiler, tell the output Q3.) Query the minimum & maximum marks from the student table. Will the output be in the form of columns or rows. What to do in order to get the output in rows? Q4.) Fibonacci series in python
Check out your Company Bowl for anonymous work chats.