Skip to content

rustykatz/Python_Text_Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Text Reader

This program was created to practice data manipulation in Python before starting a larger project.

Program takes a comma-seperated value (CSV) file and tokenizes each line of the file into an array. The arrays are then appended into a matrix, where the data can then be manipulated and accessed using (row, column) coordinates.

Functions

  • Print whole matrix, specific element, and range of elements
  • Selecting row
  • Appending, Extending, Insertion into matrix
  • Sorting / reverse sorting

Compatibility

  • Text files containing specified delimiter
  • CSV file

About

Tokenizes CSV into an 2D Array.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages