CoolFace
Datasetpublic

Soumyajitxedu/sample_students

Dataset Card for Holyfaith Academy Student Records This dataset contains academic records for Class VIII and VII students. Personal Identifiable Information (PII) like phone numbers and birth years has been masked to ensure privacy. Data Fields Field Name Description CARD NO Unique identification number for the student record. Name Full name of the student in uppercase. OLD Class Academic level (e.g., VIII or VII). Old.UNIT The school unit or… See the full description on the dataset page: https://huggingface.co/datasets/Soumyajitxedu/sample_students.

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes12downloads
Dataset Card

task_categories:

  • tabular-classification
  • text-generation language:
  • en tags:
  • student-records
  • school-data
  • anonymized prettyname: "Holyfaith Academy Student Dataset" sizecategories:
  • n<1k ---

Dataset Card for Holyfaith Academy Student Records

This dataset contains academic records for Class VIII and VII students. Personal Identifiable Information (PII) like phone numbers and birth years has been masked to ensure privacy.

Dataset Description

  • Language: English
  • Region: West Bengal, India
  • Number of Records: ~61 rows

Data Fields

Field NameDescription
CARD NOUnique identification number for the student record.
NameFull name of the student in uppercase.
OLD ClassAcademic level (e.g., VIII or VII).
Old.UNITThe school unit or section assigned to the student.
Old.ROLLRoll number assigned to the student in their previous class.
D.O.BDate of birth with the year masked as 'xx' for privacy.
ContactPhone number with only the last 4 digits visible for identification.

Data Anonymization

To comply with data safety standards, the following transformations were applied [code_file:1]:

  • D.O.B: Converted from dd.mm.yyyy to dd.mm.xx.
  • Contact: Masked as xxxxxxXXXX where XXXX are the last four digits.

Usage and Limitations

This dataset is intended for educational purposes, such as practicing data cleaning with Python/Pandas or building school management systems. It should not be used to attempt to re-identify individuals.