How to check if a file is empty
Ever wondered how to go about checking if a file is empty? A problem you may come across in Data Analytics that when you are importing a file as outlined in this post Python – How to import data from files is how do we know if the files are empty or not before import? In…