class documentation
class DatasetFrameDocument(DatasetMixin, Document): (source)
Constructor: DatasetFrameDocument(**kwargs)
Undocumented
Class Variable | frame |
Undocumented |
Class Variable | meta |
Undocumented |
Instance Variable | created |
Undocumented |
Instance Variable | id |
Undocumented |
Instance Variable | last |
Undocumented |
Class Variable | _dataset |
Undocumented |
Class Variable | _is |
Undocumented |
Class Variable | _sample |
Undocumented |
Inherited from DatasetMixin
:
Class Method | add |
Adds a new field or embedded field to the document, if necessary. |
Class Method | add |
Adds the field or embedded field to the document, if necessary, inferring the field type from the provided value. |
Class Method | get |
Returns a schema dictionary describing the fields of this document. |
Class Method | merge |
Merges the field schema into this document. |
Method | __setattr__ |
Undocumented |
Method | clear |
Undocumented |
Method | get |
Undocumented |
Method | set |
Undocumented |
Property | collection |
Undocumented |
Property | field |
Undocumented |
Class Method | _add |
Undocumented |
Class Method | _clear |
Clears the field(s) of the documents in this collection. |
Class Method | _clear |
Undocumented |
Class Method | _clear |
Undocumented |
Class Method | _clone |
Undocumented |
Class Method | _clone |
Clones the field(s) of the documents in this collection. |
Class Method | _clone |
Undocumented |
Class Method | _clone |
Undocumented |
Class Method | _create |
Undocumented |
Class Method | _declare |
Undocumented |
Class Method | _delete |
Undocumented |
Class Method | _delete |
Deletes the field(s) from the documents in this collection. |
Class Method | _delete |
Undocumented |
Class Method | _delete |
Undocumented |
Class Method | _doc |
Undocumented |
Class Method | _fields |
Undocumented |
Class Method | _get |
Undocumented |
Class Method | _get |
Undocumented |
Class Method | _get |
Undocumented |
Class Method | _get |
Undocumented |
Class Method | _handle |
Undocumented |
Class Method | _handle |
Undocumented |
Class Method | _merge |
Undocumented |
Class Method | _parse |
Undocumented |
Class Method | _reload |
Undocumented |
Class Method | _remove |
Removes the dynamic embedded field(s) from the collection's schema. |
Class Method | _rename |
Undocumented |
Class Method | _rename |
Renames the fields of the documents in this collection. |
Class Method | _rename |
Undocumented |
Class Method | _rename |
Undocumented |
Class Method | _rename |
Undocumented |
Class Method | _to |
Undocumented |
Class Method | _undeclare |
Undocumented |
Class Method | _update |
Undocumented |
Class Method | _update |
Undocumented |
Method | _deferred |
Undocumented |
Method | _do |
Undocumented |
Method | _extract |
Extracts updates for filtered list fields that need to be updated by ID, not relative position (index). |
Method | _get |
Undocumented |
Method | _insert |
Undocumented |
Method | _parse |
Converts the list_element_field and filtered_field to an element object ID and array filter. |
Method | _update |
Undocumented |
Class Variable | _dataset |
Undocumented |
Inherited from Document
(via DatasetMixin
):
Method | __init__ |
Undocumented |
Method | copy |
Returns a deep copy of the document. |
Method | copy |
Undocumented |
Method | reload |
Reloads the document from the database. |
Method | save |
Saves the document to the database. |
Instance Variable | last |
Undocumented |
Method | _parse |
Undocumented |
Method | _parse |
Undocumented |
Method | _save |
Undocumented |
Method | _update |
Undocumented |
Method | _validate |
Undocumented |
Method | _validate |
Undocumented |
Instance Variable | _changed |
Undocumented |
Instance Variable | _created |
Undocumented |
Inherited from BaseDocument
(via DatasetMixin
, Document
):
Method | __eq__ |
Undocumented |
Property | in |
Whether the document has been inserted into the database. |
Method | _get |
Returns an ordered tuple of field names that should be included in the repr of the document. |
Inherited from MongoEngineBaseDocument
(via DatasetMixin
, Document
, BaseDocument
):
Class Method | from |
Loads the document from a BSON/JSON dictionary. |
Method | __deepcopy__ |
Undocumented |
Method | __delattr__ |
Undocumented |
Method | __delitem__ |
Undocumented |
Method | field |
Undocumented |
Method | field |
Undocumented |
Method | has |
Determines whether the document has a field of the given name. |
Method | to |
Serializes this document to a BSON/JSON dictionary. |
Instance Variable | _fields |
Undocumented |
Inherited from SerializableDocument
(via DatasetMixin
, Document
, BaseDocument
, MongoEngineBaseDocument
):
Class Method | from |
Loads the document from a JSON string. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | fancy |
Generates a customizable string representation of the document. |
Method | iter |
Returns an iterator over the (name, value) pairs of the public fields of the document. |
Method | merge |
Merges the contents of the given document into this document. |
Method | to |
Serializes the document to a JSON string. |