Learn HOW to Read CSV Files in Python!

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 10

  • @texman1166
    @texman1166 5 месяцев назад

    Thank you. Very understandable.

  • @LeoMrakobes
    @LeoMrakobes Год назад +1

    Hey! Thanks for excellent Explanation!
    It will be great if you can make a such lesson how to work with pandas end with pandas from csv
    I have a question: what is in 'column' when you iterate data using pandas,
    I found a tutorial how to iterate data another way but want to understand how to work with column your way
    here is iterating i found:
    for num, column in data.iterrows():
    print(num)
    print(column)
    it return next for my test file:
    0
    Station Kuala Lumpur
    Temperature 45
    Name: 0, dtype: object
    1
    Station New York
    Temperature 20
    Name: 1, dtype: object

  • @albertjjo
    @albertjjo Год назад

    nice video! I like it a lot!

  • @cryptoeducationinvesting6445
    @cryptoeducationinvesting6445 Год назад

    good job! thank you!

  • @jamaloogy
    @jamaloogy Год назад +1

    where to save csv file that we want to read in python?

  • @fedetipit0
    @fedetipit0 Год назад

    I liked it !

  • @farmcat3198
    @farmcat3198 Год назад

    Great! Thanks!