Session 3-Introduction To Data Analytics
Session 3-Introduction To Data Analytics
DATE("year","month","day")
NOW()
TODAY()
TEXT TO COLUMNS and DATA CLEANING FUNCTIONS :
TEXT TO COLUMNS and DATA CLEANING FUNCTIONS :
Name
Bäte, OliverGE
Baumgartner, ThomasGE
Bender, MichaelBT
First name Last name
Beyer v. Morgenstern, IngoGE
Beyer v. Morgenstern, IngoGE
Goland, AnthonyDC
Kanarek, LarryDC
Lal, ShyamBT
Latoff, RobertCL
Mendonca, LennySF
Orr, GordonGC
Bäte, OliverGE
=LEFT(text,[Num_Chars])
Bäte, OliverGE
=RIGHT(text,[Num_Chars])
Bäte, OliverGE
=LEN(text)
Bäte, OliverGE
=proper(text)
Bäte, OliverGE
=upper(text)
=lower(text)
1) Mallika Gandhi
2) Mallika Gandhi
3) Mallika Gandhi
=TRIM(text)
Q-Please use Data cleaning functions to fill up the table below
=OR(logical1, logical2….))
Q)-Mr. Sherlock Holmes, a first year MBA student, has just received his results of his semester, which is
shown in the table below
Unable to decide whether his scores are good or not, he asks his senior, Mr James Bond to help him out.
Bond takes out a high-tech, fancy digital device (called the iScore) that asks a set of questions and based on the
answer,
provides a text message as shown in the table below. What would be the reponse of the iScore when Sherlock Holmes
enters his scores ?
Unable to decide whether his scores are good or not, he asks his senior, Mr James Bond to help him out.
Bond takes out a high-tech, fancy digital device (called the iScore) that asks a set of questions and based on the
answer,
provides a text message as shown in the table below. What would be the response of the iScore when Sherlock Holmes
enters his scores ?
Message displayed if criteria Message displayed if What should be the response based
Criteria
met criteria not met on Sherlock Holmes score?
Score in module 3 is greater than 75 "Well done" "NA"
Score in module 7 is greater than 80 and
"Great success!!!" "NA"
maximum score is less than 100
Score in both module 4 and module 5 is
"Super" "NA"
greater than 80
Score in either module 1 or module 2 is
"Unimpressive" "NA"
less than 75
Score in both module 5 and module 6 is
"You're doomed!!!" "NA"
less than 70