Tag: pandas

Interactive c3.js/d3.js charts inside Jupyter Notebook

This post is written as an IPython Notebook page, you can continue reading below or open it inside nbviewer.

accessing AWS RedShift with Python Pandas via psycopg2 driver

Write Pandas DataFrame to SQLite

This is a modification of write_frame() function in pandas.io.sql which for some reason was giving me errors, so I’ve amended it slightly for my specific need. Has been tested and works with Python 2.7.3 and Python 3.2.3 on Ubuntu 12.10 and Windows XP