I've done my share of Data Science projects in the past and have my opinions about which parts are interesting and which parts 'just have to be done' to get there. Generally the tedium is concentrated on cleaning/joining/figuring out irritating issues in the data. What specifically is the lowest common denominator of this problem in your opinion?
Ask HN: What's the most tedious task in Data Science?
1–2 of 2 posts
Re: Ask HN: What's the most tedious task in Data Science?
#2My biggest pain is that with a lack of documentation it is often difficult to discern data structure, something that could highlight potential fields which are common across multiple data sources might make it easier to join two data sources.