You are on page 1of 1

Q1: Does Pandas Recognize Dates When Impor ng Data?

Ans- Yes, we can add parse_dates=True, or parse_dates=['column name'] when


reading, thats usually enough to parse it. But there are always weird formats
which need to be de ned manually. In such a case we can also add a date
parser func on, which is the most exible way possible.
ti
fi
fl
ti

You might also like