Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.01 KB

verification.md

File metadata and controls

29 lines (25 loc) · 1.01 KB

Description

The script check2.py checks the existence of the Jotform data in the Cani-DNA database, verifying the existence of dogs, owners, vets and kennels (affixes), and also compares affixes to detect similarities. The script generates a log file detailing the results of the check.

Required packages

  • fuzzywuzzy
  • unidecode
  • pandas
  • Levenshtein
  • gspread
  • oauth2client
  • pyarrow

Usage

Make sure you have Python 3 installed on your machine. If not, follow these instructions :

Installation

The script install the required packages. There are no additional packages to install manually.

To run

Prepare your files:

  • An Excel file containing the database from Cani-DNA (path_db).
  • An Excel file from the Form (path_jotform).

Run the script:

python ckeck2.py path/to/db_file path/to/jotform_file