Training Report: Trainer Natesan Rajan
Training Report: Trainer Natesan Rajan
TRAINER
NATESAN RAJAN
INTRODUCTION:
I am E.Keerthana This is the training based
on Greenskill. AI which include some topics like
basic of Python , Numpy , Pandas, and some of
the other topics related to Data Science and Data
Structure.
Data Science training helps to individuals
learn how to work with data to make informed
skills in areas like data collection, analysis and
visualization as well as programing and machine
learning.
Overall, Data Science training provide
valuable tools to understand and leverage data
effectively , making it crucial asset in today’s job
market
ABOUT TRAINER
*Currently working as Master Trainer – Data
Analytics and full stack web development.
*Having an Overall experienced of 14+years
including industrial , Teaching and Research.
*I have expertise skills in python MySOL,
Machine Learning , Mongo DB, Lab VIEW,
MATLAB,Tableau,Advanced Excel , power BI, R ,
AWS, Hive,HTML,CSS, Bootstrap, Java script,
Django.
LIST:
List are used to store the multiple items in the single
values
List is the ordered ,changeable and allow the
duplicate values.
List is created within the square brackets
Example program
Thislist=[“apple”,”banana”,”cherry”,”apple”,”cherry”]
Print(thislist)
OUTPUT
[“apple”,”banana”,”cherry”,”apple”,”cherry”]
Operations in List
List concatenation – used to
add the list
Membership in list – Used to
check wheather it is true|
false
List append
List pop()- delete the last
element
ListDelete- Used to delete the
element in the list