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] Scaffolding for initializing pandas arrays from NumPy arrays #51

Closed wesm closed 7 years ago

wesm commented 7 years ago

This relates to our discussions in the design documents.

Some more tests to write and implementation to do yet. In my opinion, this code shouldn't be too smart -- if you need to examine the incoming data to determine which values are null, that logic should be elsewhere. This is responsible for constructing the array containers with the right metadata.

Code review on Gerrit: https://review.gerrithub.io/#/c/298548/

wesm commented 7 years ago

Merging this and will keep prototyping in a new patch to avoid rebase conflicts with other branches