How to split a large CSV file based on the number of rows 🔪
A small script in Python that you can quickly use if your CSV files contain too much data. 😀

Recently I had to import CSV files into an external application at work, but the application was not able to process all the rows because it was triggering timeouts after a few minutes. The files weren’t…