Python for Data Analysis: Dealing With Dates

Поділитися
Вставка

КОМЕНТАРІ • 5

  • @mcottenjr
    @mcottenjr 3 роки тому +2

    Pure genius - great explanation and under 12 minutes too! Thank you

  • @littlen8279
    @littlen8279 Місяць тому

    How do I download the csv files for the lessons?

  • @duttashyamal
    @duttashyamal 3 роки тому +1

    I am using parse_date argument while loading the data, but then when I check the type of columns, it still shows as string only. What could be the reason?
    dates_df=pd.read_csv("/kaggle/input/lesson-16-dates/dates_lesson_16.csv",parse_dates=[0,1,2,3])
    for i in dates_df:
    print(type(i))
    Output:

  • @turkialjrees9692
    @turkialjrees9692 3 роки тому

    thank you

  • @Mahmoud-ys1kt
    @Mahmoud-ys1kt 2 роки тому

    Thxx alot