Skip to content

st-pavel/Analysis-of-Resumes

Repository files navigation

Project: Analysis of Resumes from HeadHunter

Overview

This project focuses on cleaning and preprocessing data to ensure it is ready for analysis of resumes from HeadHunter. The goal is to handle missing values, remove duplicates, and correct inconsistencies in the dataset.

Project Structure

  • data/: Contains the raw and cleaned data CSV files.
  • images/: Generated reports and visualizations.

Getting Started

  1. Clone the repository:
    git clone https://github.com/st-pavel/Analysis-of-Resumes.git
  2. Navigate to the project directory:
    cd Analysis-of-Resumes
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

Run the data cleaning script:

jupyter nbconvert --to notebook --execute --inplace Project-1_notebook_template.ipynb

You need to get CSV data file from link dataset and place it to data/ folder, or uncomment and run first cell in jupiiter notebook.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

Contact

For any questions or suggestions, please open an issue or contact the project maintainer at [email protected]

Samples of reports

Pic 1 Pic 2 Pic 3 Pic 4 Pic 5 Pic 6 Pic 7 Pic 8 Pic 9 Pic 10 Pic 11

About

Analysis of Resumes from HeadHunter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published