Skip to content
Snippets Groups Projects

fill new thing_parser table

Open David Schäfer requested to merge multi-parser into main
1 unresolved thread
Files
2
+ 1
0
@@ -5,6 +5,7 @@ import logging
from typing import Any, Literal, Sequence, cast
import pandas as pd
import datetime
from psycopg import Connection, sql
from psycopg.rows import dict_row
Loading