I saw the code from Youtube and asked a question.
The code below imports time twice.
- import time
- from mktime import time
import pandas as pd import os import time from datetime import datetime from time import mktime
When importing time in the third row, I think the 5th row is useless.
Why does he import time twice?
source share