Reading data from a directory using Python

Hey Guys, Feel super excited in sharing this information. I was given a task to go through log files in a directory. Seems super easy but there were a few challenges through the way. The easiest way was go through a directory and read it in pandas. But had issue where there were comments and there was no straight way in reading it or skipping … Continue reading Reading data from a directory using Python

Split Multiple Files Using Python

Hello Guys,   I found this code really useful and wanted to post it for future reference. At work , at times there is a need to provide data in excel. Unfortunately Microsoft Excel cannot load data which is more than 80K.  In this case scripts like splitting data comes in handy. The code first creates a function and then its called by passing the … Continue reading Split Multiple Files Using Python