Common businesses-oriented language (COBOL) is an old programming language. First invented in 1959 most people my age have probably never heard of it. I first came into contact with it at my work at Mercedes-Benz Sweden. Some business programmes were still running on IBM mainframes utilizing COBOL to execute and perform their transactions. Not once […]
Author: larsbreum
CSV Preprocessing for Master’s Thesis
For my master’s thesis we had to preprocess some really large CSV files. I wrote a python script that only extracted UDP-flooding data from the CICDoS-2019 dataset in badges. Please, go to my Github for the code.