chemcoord.Zmat.iloc

Zmat.iloc

Integer position based indexing for obtaining elements.

In the case of obtaining elements, the indexing behaves like Indexing and Selecting data in Pandas.

For assigning elements it is necessary to make a explicit decision between safe and unsafe assignments. The differences are explained in the stub page of safe_loc().