Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung committed Jul 18, 2017
1 parent 5642399 commit c20ff27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/tseries/frequencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ def get_standard_freq(freq):
_period_code_map.update({
"Q": 2000, # Quarterly - December year end (default quarterly)
"A": 1000, # Annual
"Y": 1000,
"W": 4000, # Weekly
"C": 5000, # Custom Business Day
})
Expand Down

0 comments on commit c20ff27

Please sign in to comment.