{ "cells": [ { "cell_type": "code", "execution_count": 2, "id": "61582349", "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import os\n", "import gc\n", "import json\n", "import cv2\n", "from tqdm.auto import tqdm\n", "from HCFA_OCR_XML_to_DataFrame import *" ] }, { "cell_type": "code", "execution_count": 3, "id": "2dcbb30c", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "37" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import warnings\n", "warnings.filterwarnings('ignore')\n", "warnings.simplefilter('ignore')\n", "gc.collect()" ] }, { "cell_type": "code", "execution_count": 4, "id": "34a48aa8", "metadata": {}, "outputs": [], "source": [ "HCFA_final_keys = pd.read_excel(r\"D:\\Xelp_work\\FSL Project\\Sprint_2\\HCFA_Keys_list_verification.xlsx\", sheet_name = 'Field_Names from KEY file')" ] }, { "cell_type": "code", "execution_count": 5, "id": "1ead8164", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | Key_Name | \n", "
---|---|
0 | \n", "10A_PatConditionEmpN | \n", "
1 | \n", "10A_PatConditionEmpY | \n", "
2 | \n", "10B_PatAAState | \n", "
3 | \n", "10B_PatConditionAutoN | \n", "
4 | \n", "10B_PatConditionAutoY | \n", "
... | \n", "... | \n", "
152 | \n", "9B_SecInsSexM | \n", "
153 | \n", "9D_SecInsPlanName | \n", "
154 | \n", "31_RenDateSigned | \n", "
155 | \n", "11B_PriInsEmpName | \n", "
156 | \n", "24J_RenProvFullName | \n", "
157 rows × 1 columns
\n", "