Skip to content

Commit

Permalink
fix default freq
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-azhan committed Sep 3, 2024
1 parent 834c9eb commit 83a0a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/snowpark/modin/pandas/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,7 @@ def bdate_range(
start: VALID_DATE_TYPE | None = None,
end: VALID_DATE_TYPE | None = None,
periods: int | None = None,
freq: Frequency | str | pd.DateOffset | dt.timedelta | None = None,
freq: Frequency | str | pd.DateOffset | dt.timedelta | None = 'B',
tz: str | tzinfo | None = None,
normalize: bool = True,
name: Hashable | None = None,
Expand Down

0 comments on commit 83a0a7d

Please sign in to comment.