The art of creating a good plot
Posted by Pieter Marres in Articles
This post is about converting a decent plot to a good plot using a Tableau like stylesheet in matplotlib.
Bridging the Gap between Actuarial and Data Science
Posted by Pieter Marres in Articles
This post is about converting a decent plot to a good plot using a Tableau like stylesheet in matplotlib.
Posted by Pieter Marres in Articles
Principal Component Analysis (PCA) is a useful technique when you want to get a better understanding of a dataset containing a large number of correlated features. For example, in image processing, PCA is used for data compression. The main objective is to reduce the complexity of the data with a minimum loss of information.
Posted by Pieter Marres in Articles
This post is about publishing your first Python package on PyPI.
Posted by Pieter Marres in Articles
This post features an overview of the development process in Python.
Posted by Pieter Marres in Articles
This post features some practical examples on how to parse different date formats from flat text files, using Pandas.