Skip to content

Commit

Permalink
Fix pandas doc test failure after removing unncessary cast (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou authored Aug 13, 2024
1 parent 8219a05 commit 345e093
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ def nanosecond():
0 0
1 1
2 2
dtype: int64
dtype: int32
"""

@property
Expand Down Expand Up @@ -1375,7 +1375,7 @@ def dayofweek():
6 4
7 5
8 6
dtype: int64
dtype: int16
"""
pass

Expand Down

0 comments on commit 345e093

Please sign in to comment.