being able to teach complex topics in such straight forward language and speed is a talent. thank you for sharing your talents to grow and teach the community of newcomers.
Thank you for a very informative video! I really like the way you build up the solution step by step which is more realistic and has better learning value.
Very nice. Thanks. I'm just starting with Python, coming from older C languages. I see they utilize Dictionaries instead of Arrays. You video help me start processing some of the difference I'll need to deal with. It is also going to take time to process that I no longer need to strongly type my variables or use curly braces. Interesting.
Thanks for the tutorial. Just curious, is it possible to extract the texts from a Word document into a panda dataframe? Of course, there will be some data cleaning/preprocessing be involved. I've an interview transcript document in which I'm trying to do some automatic text summarization and sentiment analysis between an interviewer and interviewee(s).
being able to teach complex topics in such straight forward language and speed is a talent. thank you for sharing your talents to grow and teach the community of newcomers.
Great job, I am an absolute novice self-starting using python and this provided incredible insight.
This doesn't handle .doc files. It works for only .docx files. What package can handle .doc files.
Thank you for a very informative video! I really like the way you build up the solution step by step which is more realistic and has better learning value.
WOW, this video is EXACTLY what I was looking for! Thank you sooooooo much! Awesome work! Keep it up!
You're welcome.
I've posted a link to the course materials in the video description.
@@applieddatascience3424 Fantastic! Thanks a lot! 😎
Very nice. Thanks. I'm just starting with Python, coming from older C languages. I see they utilize Dictionaries instead of Arrays. You video help me start processing some of the difference I'll need to deal with. It is also going to take time to process that I no longer need to strongly type my variables or use curly braces. Interesting.
You're welcome. For typing in Python, take a look at type hints with mypy. They aren't enforced, but they can help in some cases.
Thanks for the tutorial. Just curious, is it possible to extract the texts from a Word document into a panda dataframe? Of course, there will be some data cleaning/preprocessing be involved. I've an interview transcript document in which I'm trying to do some automatic text summarization and sentiment analysis between an interviewer and interviewee(s).
Hello, your video is aewsome!! Helped me a lot :)
how can i keep its format? please help
how to read the font, text size, colour, etc...to an html object from docx files using python?
Thanks for the tutorial
How to deal with txt files?
How to extract text from doc file?
How to deal with very long docx files?
How is a long docx file different than a regular docx?
How to extract Table from Word using Python?
stackoverflow.com/questions/46618718/python-docx-to-extract-table-from-word-docx
from www.google.com/search?q=extract+Table+from+Word+using+Python
I m getting empty text for hyperlink row data..how can I retrieve tables which contain hyperlinks in some of the rows ?
Please advice me ..