chemcoord.Zmat.safe_iloc

Zmat.safe_iloc

Integer position based indexing for obtaining elements and assigning values safely.

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().