Emmanuel Anuoluwa BamideleExtracting Individual Excel Sheets from an Excel File/WorkbookRecently, I had to process >100 excel sheets saved as a single excel file/workbook. It was worrisome to think about cleaning each of the…Dec 13, 2022Dec 13, 2022
Emmanuel Anuoluwa BamideleExploratory Data Analysis for Tabular Data Using PandasIt is difficult to get a dataset that could be understood by just looking at it, most of the time, different data wrangling and analytical…Apr 1, 2022Apr 1, 2022
Emmanuel Anuoluwa BamideleSimple Approach to Error Handling in Python (Application in GUI Programming)While working on some software being used to control power supplies and other major electrical instruments in my lab, I was often…Feb 23, 2022Feb 23, 2022
Emmanuel Anuoluwa BamideleHow I created a Video from Image Sequence for my Presentation using Moviepy in PythonIn my last article, I shared how I processed 833 text files to produce 833 figures in a specified folder. That wasn’t the end of that task…Sep 24, 2021Sep 24, 2021
Emmanuel Anuoluwa BamideleProcessing many files in Python, plotting and saving to a new/existing folderDuring my research, I needed to import, clean, make new columns, make a figure and smoothen each of a 833 different text files. I know this…Sep 21, 2021Sep 21, 2021