0% found this document useful (0 votes)
15 views5 pages

Training Report: Trainer Natesan Rajan

Uploaded by

Suba Saravanan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views5 pages

Training Report: Trainer Natesan Rajan

Uploaded by

Suba Saravanan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

TRAINING REPORT

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.

TOPICS CONVEREDNIN TRAINING :


 Numpy
 Pandas
 Data Structure in Python
 Set, Tuple, List
 Operations of Pandas
 Dictionary

SOME SHORTCUT KEYS:


Edit mode to command mode shortcut keys in
Esc.
 Code to markdown:
 Drop the arrow down
 In command mode-press M
 Markdown to code:
 Press y
Shift + Enter=Run
For knowing all the shortcut keys in jupyter notebook is
ctrl+shift+H

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

You might also like