Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate scrapped data #2

Open
Resmung0 opened this issue Oct 6, 2023 · 0 comments
Open

Validate scrapped data #2

Resmung0 opened this issue Oct 6, 2023 · 0 comments

Comments

@Resmung0
Copy link
Owner

Resmung0 commented Oct 6, 2023

It's necessary to validate all scrapped data from each web site. I've analyse each column from dataframe searching for null values and inconsistencies (values that don't make sense).

  1. Nuuvem:
    1.1 DEVELOPER:
    - [ ] Inconsistencies;
    - [ ] Null values;
    1.2 DRM:
    - [x] Inconsistencies;
    - [ ] Null values;
    1.3 GAME_MODE:
    - [x] Inconsistencies;
    - [ ] Null values;
    1.4 GENRE:
    - [x] Inconsistencies;
    - [ ] Null values;
    1.5 OS:
    - [x] Inconsistencies;
    - [x] Null values;
    1.6 PRICE:
    - [x] Inconsistencies;
    - [x] Null values;
    1.7 PUBLISHER:
    - [ ] Inconsistencies;
    - [ ] Null values;
    1.8 RATE:
    - [ ] Inconsistencies;
    - [ ] Null values;
    1.9 RELEASE_DATE:
    - [x] Inconsistencies;
    - [x] Null values;
    1.10 TITLE:
    - [ ] Inconsistencies;
    - [x] Null values;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant