Privacy of Continous Data with Python

November 21, 2025 | Dr. Darrin

There are several ways that an individual’s privacy can be protected when dealing with continuous data. In this post, we will look at how protecting privacy can be accomplished using Python. Libraries We will begin by loading the necessary libraries. Below is the code. The library setup is simple. ...
[...Read more...]

Evaluating a New Job Market Data Feed

November 10, 2025 | Python - datawookie

I’ve recently been given early access to a service that provides data on job listings published by a wide range of companies. The dataset offers a near real-time view of hiring activity, broken down at the company level. This is a potentially valuable signal for tracking labour market trends, ...
[...Read more...]

Python for Data Privacy

November 3, 2025 | Dr. Darrin

Data privacy is a major topic among analysts who want to protect people’s information. There are often ethical expectations that personal identifying information is protected. Whenever data is shared, you want to be sure that individual people cannot be identified within a dataset, which can lead to unforeseen consequences. ...
[...Read more...]
1 2 3 150