This file contains hidden or 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
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 |