hosseinmoein / DataFrame

C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
https://hosseinmoein.github.io/DataFrame/
BSD 3-Clause "New" or "Revised" License
2.54k stars 313 forks source link

Fix import error in pandas_performance.py #127

Closed jmakov closed 3 years ago

jmakov commented 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