Skip to content

Commit

Permalink
fixing pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaalbashir committed Oct 4, 2023
1 parent 805036a commit 3c86858
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions acro/acro_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ def pivot_table( # pylint: disable=too-many-arguments,too-many-locals
dropna: bool = True,
margins_name: str = "All",
observed: bool = False,
sort: bool = True,
show_suppressed: bool = False,
sort: bool = True
) -> DataFrame:
"""Create a spreadsheet-style pivot table as a DataFrame.
Expand Down Expand Up @@ -255,8 +254,6 @@ def pivot_table( # pylint: disable=too-many-arguments,too-many-locals
all values for categorical groupers.
sort : bool, default True
Specifies if the result should be sorted.
show_suppressed : bool, default False
how the totals are being calculated when the suppression is true.
Returns
-------
Expand Down

0 comments on commit 3c86858

Please sign in to comment.