FAAM-146 / decades-ppandas

1 stars 0 forks source link

Odd Attribute behaviour #17

Closed davesproson closed 1 year ago

davesproson commented 3 years ago

An AttributesCollection can either .add() an Attribute or add_data_attribute() a key/value pair. The former are stored internally in a list, while the latter are in a dict. It's not at all clear that this distinction is still required.

davesproson commented 1 year ago

add_data_attribute has been removed.