Just started working on a new blog post series about how to analyze engineering data to improve software engineering processes, practices, and tools. This includes analyzing commit build test code review and people data. One example of analysis is...
ICEDamola and 2 more commentedI am trying to clean up a large dataset, and the two columns im stuck on are 'address' and 'city'. The 'address' column is fine but the 'city' column which should contain only cities has 'APT 3' , '2ND FL', '#567', '55', etc... I want to add the val...
Join discussionWhat kind of metric generator do you use in JS? cyclomatic complexity liniting static analysis dead code cohesion coupling halstead complexity Code coverage orthogonality (which can be seen as coupling) dependency graphs in PHP there is php-metri...
BC2TMaximilian and 3 more commentedI have been asked to work on a project where i need to analyze the data given to me and extract some useful information out of it . Basically the data contains the information of what customers buy what products. I have no experience in data analyti...
Join discussionEverybody knows Shazam for their music recognition service. But have you already thought about the massive amount of users that tell Shazam data services that they like this particular song and want to know what it is? With all this data, Shazam c
Join discussion