Python Tutorial - Data extraction from raw text

Python Tutorial - Data extraction from raw text

105,709 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Wagner Barbosa
Wagner Barbosa - 17.02.2023 23:48

Here, Wagner, from Brazil. Thank you very much!!!

Ответить
Bahaa Eddin
Bahaa Eddin - 05.02.2023 06:18

Thank you
This is what I was searching for 2 hours lol

Ответить
SilveringOfRose
SilveringOfRose - 09.11.2022 20:06

Thank you for this video - I have been looking for a simple explanation about working with raw txt files and this is EXACTLY what I needed. Thanks again

Ответить
yebeteseb Chewata
yebeteseb Chewata - 29.10.2022 08:04

Thank you, how to extract specific IP host 10.147. From text file dynamically

Ответить
Studio Span
Studio Span - 30.08.2022 16:01

the type of document am working with is utf-8 and unfortunately it prints the whole data even after am telling it to print specific line , works good in usual encoding though idk why

Ответить
chamoda sells
chamoda sells - 29.04.2022 07:02

thank you sir

Ответить
Simon Spoor
Simon Spoor - 28.03.2022 12:14

Python 2.7? Why sir why?
Given the multitude of string manipulation functions from 3.6 and even more from 3.9 onward this video is obsolete. You should consider making an update.

Ответить
Rares Mulea
Rares Mulea - 14.03.2022 21:38

I wrote the exact same code , didn't work

Ответить
Parveen Kaur
Parveen Kaur - 29.12.2021 16:33

You saved meeee!!!!!Thanks for the videoo!!

Ответить
1Universe Games
1Universe Games - 11.11.2021 00:57

How can I List Outer Most field from that text documents???

Ответить
Bhanu
Bhanu - 06.11.2021 18:37

is it possible to do text processing for multiple columns in the dataset ?

Ответить
Manikrishna Jenula
Manikrishna Jenula - 07.10.2021 07:23

hi sir can please explain how to extract particular name in a paragraph with out mention the name generally i want that name like the paragraph contains company same like there 3 paragraphs each paragraph as different company names how to extract those with same logic at a time

Ответить
Prateeksha Kushwaha
Prateeksha Kushwaha - 28.09.2021 07:16

How can we extract specific same data from multiple text files stored in multiple folders ?

Ответить
Santosh Singh
Santosh Singh - 17.08.2021 15:41

RECORD
1
2
3
4
RECORD
5
8
7
6

i am looking to extract record based on value mentioned above . Mean if i provide 5 as input then , it will shows like that
RECORD
5
8
7
6

Ответить
Paul Glover
Paul Glover - 22.07.2021 07:23

Good video, cheers.

Ответить
Vipin Kumar
Vipin Kumar - 21.07.2021 07:04

Sir,
I have a text file which contains data as key value pair like every line a python dictionary. how can I make a data frame using this txt file ?

My text file have content like this-
{"Id":123, "Name":"xyz"}
{"Id":124, "Name":"abc"}
{"Id":125,"Name":"kaggle"}

My desired output-
Id Name
123 xyz
124 abc
125 Kaggle

Please help me how can I achieve this output from above mentioned text file.

Ответить
Lakshmi Narayanan
Lakshmi Narayanan - 19.05.2021 11:40

hi, I want to print an entire line if any string in the line matches with the user input. How to do this?

Ответить
Zaheer Suhabuth
Zaheer Suhabuth - 12.03.2021 10:57

wow so powerful

Ответить
Shafik Shamji
Shafik Shamji - 16.02.2021 23:48

How to save the output in another file?

Ответить
Genghis DA2
Genghis DA2 - 29.01.2021 09:32

how to get input from 1000 files which are inside a folder..?

Ответить
Naga Raju
Naga Raju - 25.01.2021 09:15

What python editor used in this video and how did you run the program?

Ответить
Eagle
Eagle - 08.01.2021 01:24

Not Extreme python but still useful!

Ответить
yo yang
yo yang - 10.11.2020 17:44

Thank you for your video, but can you please tell me how you can extract data like this from every second or third line ?

Ответить
Nour Arifi
Nour Arifi - 21.07.2020 12:08

after making this changes in file how we can save it in a new text file

Ответить
Vinay Anand Raj
Vinay Anand Raj - 06.07.2020 05:14

Hi, I am trying to extract email ids from xml or text file using python version 3.8.3 in mac. Could you please help me.

Ответить
Swapanali Bhaskar
Swapanali Bhaskar - 15.06.2020 14:20

Thanks for video.....it was very useful
I tried this code for one of my project
Outfile=open("results. txt" ,"W")
With open('output.txt') as fo:
For rec in fo:
Outfile.write(rec.split(' ')[1])

My result.txt is printing continuously without new line.....I need to print in each line in new line.....
Please help me....
Thanks in advance

Ответить
Marto Nino
Marto Nino - 01.01.2020 17:38

what does fo mean here? I know it is alias but I am not getting, why should we use alias here?

Ответить
Creation
Creation - 08.12.2019 05:28

Video is good but properly visible so if u do recording by zooming the screen

Ответить
Vaibhav Jain
Vaibhav Jain - 01.04.2019 18:49

hi kamal, can you please share the raw file , or link do download sample file.

Ответить
Muhammad Azri bin Hasin
Muhammad Azri bin Hasin - 22.01.2019 21:17

sorry im beginner what ide you using

Ответить
Anthony Jennings
Anthony Jennings - 22.09.2018 22:26

Video was very helpful, thanks.

Ответить