vmzakharov / dataframe-ec

A tabular data structure (aka a data frame) based on the Eclipse Collections framework
MIT License
51 stars 10 forks source link

Add support for an IntColumn type to DataFrame #14

Closed donraab closed 8 months ago

donraab commented 8 months ago

This can reduce memory footprint for columns with smaller integral values.

donraab commented 8 months ago

Please assign this issue to me. Thanks!