You are on page 1of 3

Experiment Title: 6

Student Name: Manas Khare UID: 19BCS1675

Branch: BE-CSE Section/Group: CSE-4(C)

Semester: 5th Date : 14/10/2021

Subject Name: AIML LAB Subject Code: CSP-303

Q-1)Write a code to fetch the details of all the persons who are working in
the IT department from the following csv file:

id, name, salary, start_ date, dept


1. 1,Shubham,613.3,2012-01-01,IT
2. 2,Arpita,525.2,2013-09-23,Operations
3. 3,Vaishali,63,2014-11-15,IT
4. 4,Nishka,749,2014-05-11,HR
5. 5,Gunjan,863.25,2015-03-27,Finance
6. 6,Sumit,588,2013-05-21,IT
7. 7,Anisha,932.8,2013-07-30,Operations
8. 8,Akash,712.5,2014-06-17,Finance
• CODE & OUTPUT:-
LEARNING OUTCOMES:
1. Learnt about built in functions in R .
2. Learnt working in R with Rstudio.
3. Learnt About R CSV Files and its functions and how to access them in
various ways.

You might also like