Working with CSV in Python Part 2 - Normalizing the Name Column

Pubblicato il: 21 agosto 2021
sul canale di: Data Skills for Everyone
391
4

In this tutorial, we continue with the problem setting described in Part 1. In order to make the data user-friendly, we need to perform a series of cleaning activities. The most outstanding is the name column which contains a mixture of full names and emails. Our goal is to work on the files so that records having emails as names will be replaced with their corresponding full names from a reference file.

Stay tuned and watch as I demonstrate how to use Python list comprehension, dictionary comprehension, and pandas map function to filter and replace incorrect data in a CSV.

If you haven’t seen the previous videos, you can it below to get a fuller understanding.

Part 1:    • Working with CSV in Python Part 1 - I...  

Source Code
Visit the following GitHub repository to follow along with the code used in this tutorial
https://github.com/quizem/data-skills...


In questa pagina del sito puoi guardare il video online Working with CSV in Python Part 2 - Normalizing the Name Column della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Data Skills for Everyone 21 agosto 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 391 volte e gli è piaciuto 4 spettatori. Buona visione!