LucaCappelletti94/histograms

View on GitHub
barplots/barplots.py

Summary

Maintainability
D
2 days
Test Coverage
D
69%

Function barplots has a Cognitive Complexity of 41 (exceeds 5 allowed). Consider refactoring.
Open

def barplots(
    df: pd.DataFrame,
    groupby: Optional[Union[List[str], str]] = None,
    show_standard_deviation: Union[bool, str] = "auto",
    title: str = "{feature}",
Severity: Minor
Found in barplots/barplots.py - About 6 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function barplots has 49 arguments (exceeds 4 allowed). Consider refactoring.
Open

def barplots(
Severity: Major
Found in barplots/barplots.py - About 6 hrs to fix

    File barplots.py has 354 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    """Module implementing plotting of multiple barplots in parallel and sequential manner."""
    from typing import Dict, List, Tuple, Callable, Union, Optional
    
    import pandas as pd
    import numpy as np
    Severity: Minor
    Found in barplots/barplots.py - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status