Skip to content

Instantly share code, notes, and snippets.

@twailoo
twailoo / Python - splits
Created May 7, 2025 09:35
SQL - data cleaning
import pandas as pd
from datetime import datetime, date
# Get today's date
today = date.today()
# Split file path:
file_path_splits = r'C:\Users\TWAILOO\Downloads\xxxxxx.xlsx'
# Reading Excel file into Python & pulling data from SOURCE & SalesComp tabs