Cloud. Big Data. Analytics... and so on

Friday, March 9, 2018

Commit your changes or stash them before you can merge??!?!

›
When trying to update your local copy from remote master copy, you will see following error $ git pull origin master error: Your local c...
5 comments:
Thursday, March 1, 2018

Add Twistd to your Flask app

›
I'm using twisted web as front end for flask wsgi app. you probably already know of it. if not, it's essential. non-blocking IO. fu...
Tuesday, February 13, 2018

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

›
When I was trying to visualize a simple plot, this error: "ImportError: libGL.so.1: cannot open shared object file: No such file or dir...
Wednesday, February 7, 2018

Add github master to your project

›
If you have active project on your laptop and some central git already in place, follow these simple steps to add github as extra back up re...

Fun with apply function in pandas

›
While doing some data munging, I came across one issue that had me running in circles and made me recheck my logic over and over... I was ...
Thursday, August 3, 2017

Optimizing Pandas

›
We’ll review the efficiency of several methodologies for applying a function to a Pandas DataFrame, from slowest to fastest: 1. Crude lo...
Wednesday, August 2, 2017

PCA

›
Each principal component is a linear combination of the original variables: where  X_i s are the original variables, and  Beta_i s are ...
›
Home
View web version
Powered by Blogger.