Skip to content

Commit

Permalink
rm groupby from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Mar 8, 2018
1 parent a75ede4 commit f9fb95c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tableone.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ class TableOne(object):
----------
tableone : dataframe
Summary of the data (i.e., the "Table 1").
groupbylvls : list
Name of each group the data is summarized within (default: ['overall']).
Raises
----------
InputError
If the dataframe contains duplicate columns.
"""

def __init__(self, data, columns=None, categorical=None, groupby=None,
Expand Down

0 comments on commit f9fb95c

Please sign in to comment.