mcocdawc opened this issue 2 years ago · 1 comments
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