0% found this document useful (0 votes)
2 views

extended_employee_data

The document presents a dataset of employee information including attributes such as Employee ID, Name, Salary, Experience, Gender, and Contact Number. It contains data for 15 employees with varying salaries and experiences. The dataset is structured in a way suitable for analysis or machine learning applications.

Uploaded by

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

extended_employee_data

The document presents a dataset of employee information including attributes such as Employee ID, Name, Salary, Experience, Gender, and Contact Number. It contains data for 15 employees with varying salaries and experiences. The dataset is structured in a way suitable for analysis or machine learning applications.

Uploaded by

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

@relation employee_data

@attribute Employee_ID numeric


@attribute Employee_Name string
@attribute Salary numeric
@attribute Experience numeric
@attribute Gender {Male, Female}
@attribute Contact_Number string

@data
1001, 'John Doe', 55000, 5, Male, '9910774289'
1002, 'Jane Smith', 60000, 7, Female, '9988776655'
1003, 'Alice Johnson', 45000, 3, Female, '9876543210'
1004, 'Bob Brown', 70000, 10, Male, '9765432109'
1005, 'Charlie White', 65000, 6, Male, '9922334455'
1006, 'David Green', 75000, 8, Male, '9856432109'
1007, 'Eva Black', 48000, 4, Female, '9832105678'
1008, 'Frank Blue', 72000, 9, Male, '9912345678'
1009, 'Grace Pink', 53000, 5, Female, '9745123456'
1010, 'Harry Yellow', 62000, 7, Male, '9600987654'
1011, 'Ivy Gray', 67000, 8, Female, '9283746501'
1012, 'Jack Red', 59000, 6, Male, '9152437865'
1013, 'Kelly Violet', 54000, 4, Female, '9328174612'
1014, 'Louis Indigo', 68000, 8, Male, '9501230987'
1015, 'Monica Brown', 50000, 5, Female, '9812347689'

You might also like