Peter Mutwiri commited on
Commit ·
4cfab61
1
Parent(s): b97b03b
imported numpy
Browse files- app/mapper.py +1 -0
app/mapper.py
CHANGED
|
@@ -3,6 +3,7 @@ import os
|
|
| 3 |
import json
|
| 4 |
import duckdb
|
| 5 |
import pandas as pd
|
|
|
|
| 6 |
from datetime import datetime, timedelta
|
| 7 |
from app.db import get_conn, ensure_raw_table, enforce_schema_contract, transactional_conn,ensure_schema_versions_table
|
| 8 |
from app.utils.detect_industry import _ALIAS, detect_industry
|
|
|
|
| 3 |
import json
|
| 4 |
import duckdb
|
| 5 |
import pandas as pd
|
| 6 |
+
import numpy as np
|
| 7 |
from datetime import datetime, timedelta
|
| 8 |
from app.db import get_conn, ensure_raw_table, enforce_schema_contract, transactional_conn,ensure_schema_versions_table
|
| 9 |
from app.utils.detect_industry import _ALIAS, detect_industry
|