Skip to content

Commit

Permalink
Rename eda_barplot to mode_null_barplot
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPSU committed Sep 2, 2024
1 parent c8cf80d commit 291d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kavian/eda/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def null_barplot(dataframe, palette='kavian', subset=None, sort=True):
plt.tight_layout()
plt.show()

def eda_barplot(dataframe, palette='kavian', subset=None):
def mode_null_barplot(dataframe, palette='kavian', subset=None):
"""
Plots the percentages of both the most common value in each
column and the missing values in the dataframe.
Expand Down

0 comments on commit 291d9c8

Please sign in to comment.