tidyverts / fabletools

General fable features useful for extension packages
http://fabletools.tidyverts.org/
89 stars 31 forks source link

Make agg_vec more efficient #250

Closed mitchelloharawild closed 7 months ago

mitchelloharawild commented 4 years ago

There is no need for a value if it is aggregated. field(<agg_vec>, "x") should be the length of disaggregated values, so that dummy values for aggregated positions are not required.

This will require dropping the rcrd type, making it slightly more complicated to implement.

mitchelloharawild commented 7 months ago

Closing in favour of https://github.com/mitchelloharawild/graphvec/issues/1