How To Extract E-mail ID From Text Using Python In seconds!! | EDA Hack#1 | Python Programming

Pubblicato il: 21 luglio 2020
sul canale di: Arshan
553
34

Hello Everyone

Here is a short video on how you can extract Email ID from text Using Python RegEx function. This is very useful when you are doing an Exploratory Data Analysis(EDA) especially in text feature mining. The coding is done on jupyter console. I have attached details on RegEx function from w3 schools websire below as well the code. Let me know if you have any queries. Stay Tuned for more HACKS!!

Cheers!

code :

text="here our my email ids-abc@gmail.com.xyz@gmail.com,5542_@gmail.com ju35542@tmail.com"

import re

re.findall(r"([\w.-]+@[\w.-]+)", text)

link to RegEx Function details : https://www.w3schools.com/python/pyth...

My Github profile : https://github.com/onlyarshan

Subscribe for more content : https://bit.ly/32LDuDf

Follow me on Insta :   / only_arshan  


In questa pagina del sito puoi guardare il video online How To Extract E-mail ID From Text Using Python In seconds!! | EDA Hack#1 | Python Programming della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Arshan 21 luglio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 553 volte e gli è piaciuto 34 spettatori. Buona visione!