Close the partition after it has been conformed.
The partition should usually be closed after its dataarray method has been called to prevent memory leaks.
Closing the partition does one of the following, depending on the values of the partition’s _original and _save attributes and on the save argument:
Parameters : |
|
---|---|
Returns : | None |
Examples
>>> p.dataarray(...)
>>> p.close()