wesm / pandas2

Design documents and code for the pandas 2.0 effort.
https://pandas-dev.github.io/pandas2/
306 stars 41 forks source link

[pandas 2.0] Share low level C++ utility code (memory allocation, error reporting, bit manipulation) with libarrow #49

Closed wesm closed 7 years ago

wesm commented 7 years ago

Closes #44. This will spare us developing similar functionality in two places for the time being -- we can keep an eye on the relationship between the libraries in case it does make sense to split in the future (but it may not, particularly if we use Arrow to implement nested data natively in pandas).