- 73
- 96 916
Applied Data Science
United States
เข้าร่วมเมื่อ 22 พ.ย. 2018
A collection of lecture screen casts taught at UMBC for Fall 2018 and Spring 2019 semesters.
Also, a few tutorial videos.
Also, a few tutorial videos.
Data Science lecture on cost benefit analysis and ethics
Course materials for the Spring 2020 semester are available at
github.com/umbcdata601/spring2020
and
most.oercommons.org/courseware/lesson/197/overview
The 2019 Fall materials are at
most.oercommons.org/courseware/module/102
Those are an update to the Spring 2019 materials:
most.oercommons.org/courseware/module/34
github.com/umbcdata601/spring2020
and
most.oercommons.org/courseware/lesson/197/overview
The 2019 Fall materials are at
most.oercommons.org/courseware/module/102
Those are an update to the Spring 2019 materials:
most.oercommons.org/courseware/module/34
มุมมอง: 339
วีดีโอ
Data Science: profiling python and concurrency
มุมมอง 1054 ปีที่แล้ว
Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
Data Science lecture on scaling and estimation
มุมมอง 1404 ปีที่แล้ว
Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
Data Science
มุมมอง 3014 ปีที่แล้ว
version control Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
gitlab create project and upload file
มุมมอง 39K4 ปีที่แล้ว
version control Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
neo4j and py2neo used for detecting nepotism
มุมมอง 1.1K4 ปีที่แล้ว
Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
Graphs
มุมมอง 874 ปีที่แล้ว
Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
clustering of numerical and text data
มุมมอง 1.6K4 ปีที่แล้ว
Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
debugging python and addressing errors
มุมมอง 484 ปีที่แล้ว
Data Science involves writing code, and writing code means tackling bugs
time series in Data Science, part 2 of 2
มุมมอง 904 ปีที่แล้ว
power data and FFT Course materials for the Spring 2020 semester are available at github.com/umbcdata601/spring2020 and most.oercommons.org/courseware/lesson/197/overview The 2019 Fall materials are at most.oercommons.org/courseware/module/102 Those are an update to the Spring 2019 materials: most.oercommons.org/courseware/module/34
Data Science lecture on time series
มุมมอง 2124 ปีที่แล้ว
time series data appears often in Data Science
data cleanup and data characterization
มุมมอง 944 ปีที่แล้ว
In Data Science, data rarely is ready for immediate use
extract text from microsoft word document using Python
มุมมอง 29K4 ปีที่แล้ว
extract text from microsoft word document using Python
error handling in Jupyter Python 3 notebooks
มุมมอง 2.9K4 ปีที่แล้ว
error handling in Jupyter Python 3 notebooks
parsing and exploring json using Python
มุมมอง 1384 ปีที่แล้ว
parsing and exploring json using Python
loading a CSV into Python with Jupyter using Pandas
มุมมอง 904 ปีที่แล้ว
loading a CSV into Python with Jupyter using Pandas
using pandas melt to create tidy data in Jupyter with Python
มุมมอง 6K5 ปีที่แล้ว
using pandas melt to create tidy data in Jupyter with Python
Data Science: concurrency and profiling Python
มุมมอง 465 ปีที่แล้ว
Data Science: concurrency and profiling Python
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.
thanks ... <3
“Now we’re pretty excited…”, lol.
i need multi share files. not share once
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.
honestly one of the best videos out there explaining this. Thank you. less than 10 min perfect
how can i keep its format? please help
4:20 Did you fart?
and whats afte that bro?
Hello, your video is aewsome!! Helped me 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.
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.
I tried the same steps but it keeps make me a Maintainer NOT owner????? Do u know how can be the owner of my own project 🥲 (I would like to mention that I created the new project by using my company email)
Did you created an account with your companies E-Mail adress?
How to extract text from doc file?
Thanks for the tutorial
how to read the font, text size, colour, etc...to an html object from docx files using python?
Watch out: python-docx has a bug with pyinstaller etc, where the library is not added to .exe, meaning you can't give it to a friend or something.
Hello plz help.. when I'm install python profiling it shows error Could not find a version that satisfy the requirements pandas profiling
How do I solve the: "ModuleNotFoundError: No module named 'cartopy.crs'; 'cartopy' is not a package " error on Jupyter? Please help
How to deal with txt files?
Study data science training in Bangalore from certified experts. Our job-oriented data science training in Bangalore helps you to learn a range of Python, R, SAS, and Tableau techniques. Data Science Content is built for newbie and intermediate level experts in accordance with real-world requirements. Many real-world issues and case studies have been implemented and discussed in the classroom with a lot of practical practices. We include business qualifications, real-time assignments, and career reviews for data science positions to Tier 1 businesses and banks. Be an expert in Data Science with our exclusive data science courses in Bangalore. We offer a Data Science course with both R and Python, Machine Learning, and Deep Learning concepts. Our classroom sessions taken by 10+ years of experienced trainers are highly interactive. There is a 24 X 7 online doubt clearing facility as well to ensure thorough learning. This course is ideally adapted for all kinds of people looking for data science training in BTM in the classroom and begins their data science career. We are considered one of Bangalore's best institutes for data science courses and training. For More Details: +91 73384 97706 Visit: www.hadooptrainingbangalore.com/data-science-training-bangalore.html
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).
This is pretty much the clearest explanation for melt
Docker installation after enabling the hyper v it disables the wifi connection. How to install without the internet problem
Did you try searching? www.google.com/search?q=Docker+installation+after+enabling+the+hyper+v+it+disables+the+wifi+connection
I want this dataset please
The URL of the dataset is in the second cell of the notebook.
Please analyse the 2020 USA election results. You’ll go viral in case you find something
This was very helpful, thank you very much =)
You're welcome!
Hi ! It is a really nice course, i wish i was one of your stud ahah. Do you think it would be possible to get the code about the text clustering stuff ? Thanks in advance, have a good day sir :)
I've posted a link to the course materials in the video description. Thanks for asking.
@@applieddatascience3424 Thank you very much !!
Thankuu
You're welcome I've posted a link to the course materials in the video description.
Thanks for covering this! Very helpful for my ds bootcamp. We covered tidy data yesterday.
You're welcome. I've posted a link to the course materials in the video description.
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! 😎
great video! Best explanation ever! Thanks :)
Glad it was helpful!
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 ..
Thank you for this quick and helpful video for installing missingno.
Glad it was helpful!
Great video, thank you sir.
Glad you enjoyed it
How to deal with very long docx files?
How is a long docx file different than a regular docx?
:( I am unable to fix the lack of sound. Apparently the microphone I use ran out of battery