Data Types in Pandas
Posted in Python
Posted in Python
Posted in Python
Taking a deeper look at the Pandas DataFrame and the components that make up this data container.
Posted in Python
Exploring the 3 principles of "Tidy Data" and solving some of the most common data structure issues using Python Pandas
Posted in Python
Pyenv is a tool that manages different python versions and allows you to seamlessly switch between them.
Posted in Python
Posted in Python
Selenium & BeautifulSoup are Python packages used to control web browsers and parse website code. Here is how I used these packages to automate the process of copy/pasting table data from a website and saving into a text file.
Posted in Analysis
Crime incident reports are provided by Boston Police Department (BPD) to document the initial details surrounding an incident to which BPD officers respond. This is a dataset containing records from the new crime incident report system, which includes a reduced set of fields focused on capturing the type of incident as well as when and where it occurred.