djai.data.models.pandas module¶
DjAI NumPyArray class.
- class djai.data.models.pandas.PandasDataFrame(*args, **kwargs)[source]¶
Bases:
djai.data.models.json._FileDataSetWithInDBJSONCacheABC
DjAI JSON DataSet class.
- class Meta[source]¶
Bases:
djai.data.models.json._FileDataSetWithInDBJSONCacheABC.Meta
Django Model Class Metadata.
- abstract = False¶
- global_url: CharField¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- indbjsondataset_ptr¶
Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.place
is aForwardOneToOneDescriptor
instance.
- indbjsondataset_ptr_id¶
- local_path: CharField¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- path_is_dir: BooleanField¶
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
- polymorphic_primary_key_name = 'uuid'¶
- polymorphic_super_sub_accessors_replaced = False¶