pandas module
This module provide basic integration with pandas.
Classes:
|
Custom Extension Array type for an array of Vector3 |
|
Custom Extension Array type for an array of lins |
|
Custom Extension Array type for an array of fols |
|
Custom Extension Array type for an array of faults |
- class apsg.pandas.Vec3Array(vecs)
Bases:
ExtensionArrayCustom Extension Array type for an array of Vector3
- copy()
Return copy of array
- property dtype
Return Dtype instance (not class) associated with this Array
- isna()
Returns a 1-D array indicating if each value is missing
- property nbytes
The number of bytes needed to store this object in memory.
- take(indices, *, allow_fill=False, fill_value=None)
Take element from array using positional indexing
- class apsg.pandas.LinArray(lins)
Bases:
Vec3ArrayCustom Extension Array type for an array of lins
- property dtype
Return Dtype instance (not class) associated with this Array