Closed jmakov closed 3 years ago
Time module was left out:
$ python3 test/pandas_performance.py Traceback (most recent call last): File "test/pandas_performance.py", line 6, in <module> print(f"Starting ... {int(time.time())}"); NameError: name 'time' is not defined
Time module was left out: