We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a1c76 commit 6a0cdf2Copy full SHA for 6a0cdf2
pandas/tests/io/parser/test_parse_dates.py
@@ -59,8 +59,8 @@ def test_read_csv_with_custom_date_parser(self):
59
# GH36111
60
def __custom_date_parser(time):
61
time = time.astype(np.float)
62
- time = time.astype(np.int) # convert float seconds to int type
63
- return pd.to_timedelta(time, unit='s')
+ time = time.astype(np.int) # convert float seconds to int type
+ return pd.to_timedelta(time, unit="s")
64
testdata = StringIO(
65
"""time e n h
66
41047.00 -98573.7297 871458.0640 389.0089
0 commit comments