pgryff / python_blogposts

Blog posts I've created about python, pandas, and related topics as a series of notebooks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python and pandas notebooks

This is a series of notebooks that explore Python, the functionality of pandas - the python data analysis and manipulation tool, Python performance, and other topics I've found interesting or helpful.

These correspond to blog posts on wrighters.io.

For those interested, the method I've used for publishing Jupyter notebooks to Wordpress is to use pandoc on the notebook after it's been run and saved. The following arguments work best for me to paste into Wordpress, then I do a little bit of cleanup on the code cells.

$ pandoc --wrap=none -f ipynb -t markdown_mmd notebook.ipynb >| output.md

About

Blog posts I've created about python, pandas, and related topics as a series of notebooks.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.0%Language:Cython 0.0%Language:Shell 0.0%Language:Makefile 0.0%