Pandas

Faster alternatives to pandas

Background If you've done any type of data analysis in Python, chances are you've probably used pandas. Though widely used…

3 years ago

Automated EDA with Python

In this post, we will investigate the pandas_profiling and sweetviz packages, which can be used to speed up EDA (exploratory…

3 years ago

Reading from databases with Python

Background - Reading from Databases with Python This post will talk about several packages for working with databases using Python.…

4 years ago

How to import Python classes into R

Background This post is going to talk about how to import Python classes into R, which can be done using…

4 years ago

How to read Word documents with Python

This post will talk about how to read Word Documents with Python. We're going to cover three different packages -…

5 years ago

2 packages for extracting dates from a string of text in Python

This post will cover two different ways to extract dates from strings with Python. The main purpose here is that…

5 years ago

Data Analysis with Python Course: How to read, wrangle, and analyze data

For anyone in the NYC area, I will be holding an in-person training session December 3rd on doing data analysis…

6 years ago

Parsing Dates with Pandas

The pandas package is one of the most powerful Python packages available. One useful feature of pandas is its Timestamp…

7 years ago