SQL data cleaning method for Google Data Analytics Case Study 1 - Bike share
Case study csv cleaning and joining process So, when I was working on my case study I felt overwhelmed and had a difficult time cleaning the data. As I was working thru the data, I had no idea really how to combine the csv files and clean them in a reasonable time. I did this process in a very difficult way. I opened each csv file and individually cleaned the data in Excel. At the time, I could think of nothing else. It was a time consuming process, and a waste of time. Now that I am done with the project, I have found a much more time efficient way to complete this part of the project. This part of the process can all be done in SQL. SQlite Browser is the tool to use as it makes importing csv files and creating a table from them easy. It uses standard SQL code, and I will show you the code that I used to quickly get rid of rows with empty cells and to pull a random sample based on your sample calculator output. 1. Install SQlite Browser ...