mcocdawc/chemcoord

Indexing of columns via attributes

mcocdawc opened this issue · 1 comments

Nicer indexing via attributes

Just as in pandas it would be nice to use "attribute"-syntax to refer to columns.

Compare e.g. the following example.

m.loc[:, 'atom']
# also allow
m.atom

done in #85