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 3ea3f91 commit 2186358Copy full SHA for 2186358
asv_bench/benchmarks/tslibs/timestamp.py
@@ -9,7 +9,7 @@
9
class TimestampConstruction:
10
def setup(self):
11
self.ts = Timestamp("2020-01-01 00:00:00")
12
- self.ts_series = Series(range(10000)).astype('<M8[ns]')
+ self.ts_series = Series(range(10000)).astype("<M8[ns]")
13
14
def time_parse_iso8601_no_tz(self):
15
Timestamp("2017-08-25 08:16:14")
0 commit comments