Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 26, 2020
1 parent 29c6cae commit bf9301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion famafrench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def portRetAvg(df):


# Function: get_statsTable(.,.,.,.)
def get_statsTable(dType, dFreq, df, dates_as_index=True, ptiles=[]):
def get_statsTable(dType, dFreq, df, dates_as_index=True, ptiles=None):
"""
Construct detailed tables with summary statistics.
Expand Down

0 comments on commit bf9301b

Please sign in to comment.