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] Re-factor of the DataType classes #55

Closed joshuastorck closed 7 years ago

joshuastorck commented 7 years ago
wesm commented 7 years ago

Cool, this looks good -- thanks for making the Cython code compile again! I wasn't aware of the trailing return type syntax in C++11, so that's super helpful.