Python
Combine Two Excel Tables By Python
I wrote some simple examples about handling excel with python in article Read Excel Table With Python. Now let’s deal with a more complex task, to combine two different tables based on a common column. Sheet0 Sheet1 Above two tables have the common column, 编号,the number of rows in sheet0 Read more…