Como Trabalhar com Arquivos CSV no Python

CLICK HERE TO LEARN MORE ABOUT THE COMPLETE PYTHON IMPRESSIONADOR COURSE: https://lp.hashtagtreinamentos.com/es... TO DOWNLOAD THE FREE DATA ANALYSIS MINI-COURSE: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- ► Files Used in the Video: https://pages.hashtagtreinamentos.com... ► Jupyter Installation Video:    • Instalando o Jupyter - Pacote Anaconda par...   ► Video on How to Open and Close Files in Python with the With Structure:    • Como Abrir e Fechar Arquivos no Python com...   ----------------------------------------------------------------------- If you prefer the video in text format: https://www.hashtagtreinamentos.com/c... ----------------------------------------------------------------------- In today's lesson, I want to show you how to work with CSV files in Python, because you've probably already encountered this type of file but didn't know how. How to proceed. I'll teach you two ways to work with CSV files. One uses Python's built-in method, which is the `with` structure in Python (we even have a video on the channel explaining how to open files in Python with this structure). The second way is so you can already perform data analysis using the pandas library (which is a data analysis library). With this library, you'll be able to read the CSV file and perform the necessary processing to work with the data in that file. So, let's learn these two ways to work with a CSV file in Python? ----------------------------------------------------------------------- Hashtag Programming ► Subscribe to our channel: http://bit.ly/3c0LJQi ► Activate notifications (click the bell)! ► Like our video! ----------------------------------------------------------------------- Social Media ► Blog: https://bit.ly/2MRUZs0 ► YouTube: http://bit.ly/3c0LJQi ► Instagram: https://bit.ly/3o6dw42 ► Facebook: http://bit.ly/3qGtaF2 Here on the Hashtag Programming channel, we teach various Python tips so you can develop your skills in this programming language! ----------------------------------------------------------------------- #python #hashtagprogramacao