#-*-coding:utf-8
import psycopg2
import pandas as pd
import numpy as np
import csv
import sql
from sqlalchemy import create_engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#https://github.com/psycopg/psycopg2/issues/261 | |
import psycopg2 | |
ISOLEVEL = psycopg2.extensions.ISOLATION_LEVEL_AUTOCOMMIT | |
import time |