Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jul 20, 2023
1 parent 1b10a25 commit 397d49a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdmetrics/reports/single_table/_properties/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ class Coverage(BaseSingleTableProperty):
}

def _generate_details(self, real_data, synthetic_data, metadata, progress_bar=None):
"""Generate the _details self._detailsframe for the column shapes property.
"""Generate the _details dataframe for the column shapes property.
Args:
real_data (pandas.self._detailsFrame):
real_data (pandas.DataFrame):
The real self._details
synthetic_data (pandas.self._detailsFrame):
synthetic_data (pandas.DataFrame):
The synthetic self._details
metadata (dict):
The metadata of the table
progress_bar (tqdm.tqdm or None):
The progress bar to use. Defaults to tqdm.
Returns:
pandas.self._detailsFrame
pandas.DataFrame
"""
column_names, metric_names, scores = [], [], []
error_messages = []
Expand Down

0 comments on commit 397d49a

Please sign in to comment.