We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f42df commit 8837ff4Copy full SHA for 8837ff4
asv_bench/benchmarks/timeseries.py
@@ -268,7 +268,7 @@ def setup(self):
268
self.timestamp_seconds_int = Series(
269
range(1521080307, 1521685107), dtype="int64"
270
)
271
- self.timestamp_seconds_float = timestamp_seconds_int.astype("float64")
+ self.timestamp_seconds_float = self.timestamp_seconds_int.astype("float64")
272
273
def to_datetime_int(self):
274
to_datetime(self.timestamp_seconds_int, unit="s")
0 commit comments