chemcoord.Zmat.unsafe_iloc

Zmat.unsafe_iloc

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

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