Category

Articles on Python

26 posts in this category. Browse all categories →

EB
Dec 26, 2019
Market Basket Analysis with Python and Pandas

Market basket analysis determines what products are purchased together. An approach using Python and Pandas to perform this retail analysis.

EB
Feb 7, 2019
Quick Tip – Speed up Pandas using Modin

If you use pandas in your data analysis, you can now use modin to speed it up. In this post, I do a test to find the savings from modin and pandas.

EB
Jan 7, 2019
Quick Tip: Consuming Google Search results to use for web scraping

While working on a project recently, I needed to grab some google search results for specific search phrases and then scrape the content from the page

EB
Jan 3, 2019
Quick Tip: Comparing two pandas dataframes and getting the differences

A quick tip on Comparing two pandas dataframes and getting the differences in python pandas.

EB
Jan 20, 2018
Local Interpretable Model-agnostic Explanations – LIME in Python

Using LIME (Local Interpretable Model-agnostic Explanations) in Python to provide visual explanations of your classification and regression models.

EB
Oct 9, 2017
Text Analytics and Visualization

Using basic Text Analytics and Visualization techniques, keywords can be automatically extracted from text and relationships can be visualized.

EB
Sep 26, 2017
Text Analytics with Python – A book review

Text Analytics with Python by Dipanjan Sarkar provides an overview of how to use Python to perform text analytics / natural language processing.

EB
Sep 19, 2017
Python and AWS Lambda – A match made in heaven

Using Python and AWS Lambda, I've been able to offload a number of python scripts (set up as API endpoints on AWS) to allow more flexibility and save money.

EB
Sep 12, 2017
Stock market forecasting with prophet

In this article I look at stock market forecasting with prophet and compare a few errors measures to see how well prophet can forecast the market.

EB
Sep 1, 2017
Forecasting Time Series data with Prophet – Trend Changepoints

Prophet does a very good job of detecting trend changepoints. In this post, I provide an example where I look at the capabilities of Prophet.

EB
Aug 28, 2017
Forecasting Time Series data with Prophet – Part 3

This third installment of Forecasting time series data with prophet provides an example using holidays to try to improve the model.

EB
Aug 26, 2017
Forecasting Time Series data with Prophet – Jupyter Notebook

An overview of using Prophet for forecasting time series data with a link to jupyter notebooks.

EB
Jun 16, 2017
Forecasting Time-Series data with Prophet – Part 2

In this article, I provide a few tips to make a bit more realistic and useful visualizations from Facebook's Prophet for forecasting time-series library.

EB
Jun 2, 2017
Visualizing data – overlaying charts in python

Visualizing data is vital to analyzing data. If you can't see your data - and see it in multiple ways - you'll have a hard time analyzing that data

EB
Jun 1, 2017
Forecasting Time-Series data with Prophet – Part 1

Forecasting time-series data with Prophet. Prophet is a fairly new library for python and R to help with forecasting time-series data.

EB
Jan 24, 2017
Collecting / Storing Tweets with Python and MySQL

A few days ago, I published Collecting / Storing Tweets with Python and MongoDB. In that post, I describe the steps needed to collect and store tweets

EB
Jan 10, 2017
Jupyter with Vagrant

I use jupyter with vagrant to do 99.% of all my python development. This post explains how easy it is to set up jupyter with vagrant.

EB
Dec 29, 2016
Stockstats – Python module for various stock market indicators

Stockstats currently has about 26 stats and stock market indicators included. Definitely not as robust as TA-Lib, but it does have the basics.

EB
Dec 8, 2016
Vagrant on Windows

Running vagrant on windows allows python developers to run *nix in in a VM for python development, which might help with some Windows python issues.

EB
Nov 30, 2016
pandas Cheat Sheet (via yhat)

yhat just released a pandas cheat sheet. I also provided some tip on functions that I use all the time with pandas.

EB
Nov 28, 2016
Getting the 'next' row of data in a pandas dataframe

A quick tutorial and code to show how to get the 'next' row of data for a pandas dataframe.

EB
Nov 24, 2016
Dask – A better way to work with large CSV files in Python

Using dask, you can easily work with large data sets including large CSV files without loading the data into memory via out-of-core computations.

EB
Nov 23, 2016
Working with large CSV files in Python

When working wth large CSV files in Python, you can sometimes run into memory issue. Using pandas and sqllite can help you work around these limitations.

EB
Nov 23, 2016
Installing Python on OSX (and the necessary modules)

Need help installing python on OSX? This post provides some information and a walk-through of manually installing python on your mac.

EB
Nov 18, 2016
Installing python on Windows

Need help Installing python on Windows? This post can help you get started. In this post I show how to install Canopy on Windows.

EB
Nov 11, 2016
Data Analytics & Python

Why Python became my go-to tool for data analytics over R and Excel, plus the modules that make it possible.

Like what you're reading?

Get new issues delivered to your inbox. One idea per issue, no spam.