mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 23:48:30 +08:00
DOC: Docstring cleanups.
This commit is contained in:
@@ -136,7 +136,12 @@ class ExecutionPlan(TermGraph):
|
||||
terms : dict
|
||||
A dict mapping names to final output terms.
|
||||
all_dates : pd.DatetimeIndex
|
||||
The dates fo
|
||||
An index of all known trading days for which ``terms`` will be
|
||||
computed.
|
||||
start_date : pd.Timestamp
|
||||
The first date for which output is requested for ``terms``.
|
||||
end_date : pd.Timestamp
|
||||
The last date for which output is requested for ``terms``.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
@@ -282,9 +287,6 @@ class ExecutionPlan(TermGraph):
|
||||
"""
|
||||
A dict mapping `term` -> `# of extra rows to load/compute of `term`.
|
||||
|
||||
This is always the maximum number of extra **input** rows required by
|
||||
any Filter/Factor for which `term` is an input.
|
||||
|
||||
Notes
|
||||
----
|
||||
This value depends on the other terms in the graph that require `term`
|
||||
|
||||
Reference in New Issue
Block a user