raylutz / daffodil

Python Daffodil: 2-D data arrays with mixed types, lightweight package, can be faster than Pandas
MIT License
7 stars 2 forks source link

Provide means to use rowkeys without an existing column; fully symmetric will easily support transposition/flip. #9

Open raylutz opened 5 months ago

raylutz commented 5 months ago

Current:

rowkeys can be initialized only if there is an existing column with those values. Then, those values are copied to an indexing dictionary to create the lookup mechanism. There is no means to create a rowkeys lookup dict without an existing column of values.

Problem:

Proposed:

Create method to initialize kd dict without an existing column.