PandaPy: A Wrapper Around Structured Arrays to Mimic ‘Structs’ in the C Language
2020-05-13The Alan Turing Institute 2020Code Available1· sign in to hype
Derek Snow
Code Available — Be the first to reproduce this paper.
ReproduceCode
Abstract
Similar to the original Pandas project, PandaPy is developed to improve the usability of python for finance. Structured data types are designed to be able to mimic ‘structs’ in the C language, and they share a similar memory layout. The biggest benefit of this approach is that NumPy directly maps onto a C structure definition, so the buffer containing the array content can be accessed directly within an appropriately written C program. This makes PandaPy a strong contender for high frequency trading on small-to-medium datasets. PandaPy currently houses more than 30 functions.