I made this tool to vertically combine multiple spreadsheets and CSV files. There are many ways to do this, Pandas in Python provides a great set of features, but I found myself repeatedly writing and tinkering with my set of functions for this often used task.
Hope it helps and let me know any questions and feedback!
2 comments
[ 2.9 ms ] story [ 14.7 ms ] threadI made this tool to vertically combine multiple spreadsheets and CSV files. There are many ways to do this, Pandas in Python provides a great set of features, but I found myself repeatedly writing and tinkering with my set of functions for this often used task.
Hope it helps and let me know any questions and feedback!