Skip to content

Commit

Permalink
removed comments from inputs in
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Oct 20, 2024
1 parent f2ceeca commit bc044ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/eda_toolkit/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3086,13 +3086,13 @@ def data_doctor(
lower_cutoff=None,
upper_cutoff=None,
show_plot=True,
save_plot=False, # Added to control plot saving
image_path_png=None, # Path for saving PNG images
image_path_svg=None, # Path for saving SVG images
save_plot=False,
image_path_png=None,
image_path_svg=None,
apply_as_new_col_to_df=False,
kde_kws=None, # Keyword arguments for KDE plot
hist_kws=None, # Keyword arguments for Histplot
box_kws=None, # Keyword arguments for Boxplot
kde_kws=None,
hist_kws=None,
box_kws=None,
):
"""
Analyze and transform a specific feature in a DataFrame, with options for
Expand Down

0 comments on commit bc044ca

Please sign in to comment.