Read and Manipulate Text Files in Julia - Week 4 Lesson 2
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Learn how to read and manipulate text files in Julia through this 30-minute video lesson. Transform a text file into an array of words, remove punctuation marks, clean data lines, and convert string arrays into word arrays. Practice counting specific words and two-word phrases within the text. Access course materials on GitHub and join the full course on Julia Academy for a comprehensive introduction to Julia programming for beginners.
Syllabus
Welcome.
Reducing a text file to an array of nothing but words.
Removing a full stop from a line.
Removing all the marks from a line.
Cleaning all the lines in the data.
Convert an array of strings into an array of words.
Counting some interesting words and phrases.
Taught by
The Julia Programming Language
Related Courses
Julia Scientific ProgrammingUniversity of Cape Town via Coursera Julia for Beginners in Data Science
Coursera Project Network via Coursera Linear Regression and Multiple Linear Regression in Julia
Coursera Project Network via Coursera Decision Tree and Random Forest Classification using Julia
Coursera Project Network via Coursera Logistic Regression for Classification using Julia
Coursera Project Network via Coursera