Aaron Pinto

Results 2 comments of Aaron Pinto

I can give this a go if it's still of interest

Proposing the following change to the init.py ```python # BCP check try: run(["bcp", "-v"], stdout=DEVNULL, stderr=DEVNULL, stdin=DEVNULL) except FileNotFoundError: warnings.warn("BCP utility not installed or not found in PATH, bcpandas will...