Read and Manipulate Text Files in Julia - Week 4 Lesson 2
The Julia Programming Language via YouTube
Learn Generative AI, Prompt Engineering, and LLMs for Free
AI, Data Science & Cloud Certificates from Google, IBM & Meta
Overview
Google, IBM & Meta Certificates – 40% Off
One plan covers every Professional Certificate on Coursera.
Unlock All Certificates
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