Using Jupyter Notebook to Create our Client List

Below is the code I used in a Jupyter Notebook in order to get a .csv spreadsheet directly from the HTML code in yellowpages.com. All of the lines of Python code have been executed, showing exactly what the process looks like once it’s completed. Certain sections of the notebook will appear quite long here (particularly…

Selecting Our Visualizations (And Knowing the Limitations of R)

As you’ve seen from the previous posts, R can be a pretty complex language, capable of making complex and precise graphs. It’s proven quite useful in making scatterplots with our Cyclistic dataset. In the last post, we finished making a scatterplot that compared Ride Length (Hours) and Trip Distance (Miles) for each rider across the…

Data Visualization with R: Importing the Dataset

In the previous posts, we used SQL to organize the data that had been collected across the whole of 2021. We saved particular queries that offered useful insights into the story that our dataset provides. It’s time to turn these insights into visualizations, in order to will help our stakeholders understand the trends of the…