espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

138 - Add Dynamic Filtering of Dataframe Showing Jobs #144

Closed ZaibyS closed 4 months ago

ZaibyS commented 4 months ago

@espin086 I have removed the static filters, such as job_is_remote, and implemented dynamic filtering for the dataframe to display job listings.

image

espin086 commented 4 months ago

@ZaibyS - it seems to be working except that for some reason when I filter on salary_high I get errors, I think it is because of the null values, can you make the filter work even if there are null values in the columns?

Screenshot 2024-02-22 at 12 39 40 PM

ZaibyS commented 4 months ago

@espin086 The issue has been resolved, if there are more than 15 distinct salary values, the filter will be displayed as shown in the following image. However, if there are fewer than 15 unique values, the filter will treat the column as a categorical one.

image