Skip to content

Instantly share code, notes, and snippets.

@MorningloryFox
MorningloryFox / clone-git-and-search-in-dbo_receitafederal.ipynb
Created January 28, 2025 15:19
Clone Git and Search in DBO_ReceitaFederal
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MorningloryFox
MorningloryFox / .py
Last active September 29, 2023 15:39
An automatation code to compare CSV filo to SQL
import pandas as pd
import tkinter as tk
from tkinter import filedialog
import pyodbc
from tkinter import simpledialog
import csv
from tqdm import tqdm
import time
# Função para criar uma conexão com o SQL Server