Because there's so many ways...
This is a library of coding challenges I've come across in interviews since July 2020. It's a playground to keep working on my solutions, and keep a running log.
Working with a CSV dataset. Summarizing data. Calculate a count for each unique value in a column (ie. How many times does a unique value appear in said column?). For each of those unique values, find the min (earliest) and max (latest) values (date type), found in a different column.
Submitted language(s): PHP + SQL
Alt language(s): Python, JS
Badges in this README.md provided by shields.io.