Overview
Examples
Tutorials
Components
Environments
Feed
Stream
Order Management System
Agents
API reference
tensortrade.feed.core.accessors.
CachedAccessor
Bases: object
object
Custom property-like object.
A descriptor for caching accessors.
name (str) – Namespace that will be accessed under, e.g. df.foo.
df.foo
accessor (cls) – Class with the extension methods.
References
https://github.com/pandas-dev/pandas/blob/v1.1.0/pandas/core/accessor.py#L285-L289