Skip to content

Instantly share code, notes, and snippets.

View quangtuan202's full-sized avatar

dinhq quangtuan202

View GitHub Profile
@quangtuan202
quangtuan202 / combine_excel.py
Created July 31, 2022 08:22
combine excel files v1
import pandas as pd
import os
import pyxlsb
# Specify the file path
path="D:/data/raw_files"
# Initialize a empty list
df_list=[]