
What do you do when you have lots of binary or irregularly structured text data but dont have a fast Python based loader for NumPy/Pandas?
In this talk, Chris will give a brief and simple introduction to the Python buffer protocol, the C-API, and Python and show how easy it is to combine these into your own super-fast custom data loader for NumPy/Pandas. He will also share a Jupyter notebook with working code examples and generic reusable Python code.