Which python library would you prefer to use for data munging?
How can you copy objects in python?
What is the different between range () and xrange () functions in python?
What are the possible ways to load an array from a text data file in python? How can the efficiency of the code to load data file be improved?
Is the jupyter notebook good for python?
What is a pass in python?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
How will you create scatterplot matrices in r language?
Describe strsplit() in r string manipulation?
Explain for loop control statement in r?
Explain how to name the list elements in r?
Describe regex() in r string manipulation?
How will you merge two dataframes in r programming language?
What will be the output of log (-5.8) when executed on r console?
What are the rules to define a variable name in r programming language?