Skip to content

Commit

Permalink
docs: fix docstring (#97)
Browse files Browse the repository at this point in the history
Fix a docstring regarding verbosity in `TimeSeriesReport` class. The
change should have been made in
#81.
  • Loading branch information
mbelak-dtml authored Aug 21, 2023
1 parent 3bb0b83 commit a77edd4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions edvart/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,15 +782,6 @@ def add_timeseries_analysis(
If None, all subsections are added.
verbosity : Verbosity, optional
The verbosity of the code generated in the exported notebook.
0
A single function call generates the entire bivariate analysis section.
1
Function calls to parameterizable functions are generated for each column separately
in separate cells.
2
Similar to 1, but in addition, function definitions are generated, column
data type inference and default statistics become customizable.
verbosity_time_analysis_plot : Verbosity, optional
Time analysis interactive plot subsection code verbosity.
verbosity_rolling_statistics : Verbosity, optional
Expand Down

0 comments on commit a77edd4

Please sign in to comment.