Uniformity Flashcards

1
Q

Whta is pd.datetime()?

A

date format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the dt.strftime()?

A

function is used to convert to Index using specified date_format. The function return an Index of formatted strings specified by date_format, which supports the same string format as the python standard library

(“%d-%m-%Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you convert pd.datetime()?

A

dataframe[‘column’]= pd.datetime(dataframe[‘column’], comment infer_datetime_format= True,
comment errors= ‘coerce’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly