We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b505343 commit 0b468afCopy full SHA for 0b468af
1 file changed
toolkit/buffdescribe.py
@@ -3,7 +3,7 @@ def buffdescribe(df, stats=['mean', 'median', 'std']):
3
'''
4
Function to facilitate a first exploration of a dataframe's data by concentrating the most relevant information
5
6
- Args:
+ Params:
7
- df: Dataframe
8
- stats: Descriptive statistics to calculate. Default: Mean, Median, and Standard Deviation
9
0 commit comments