Chevron Left
Back to Data Processing using Python Collections

Learner Reviews & Feedback for Data Processing using Python Collections by Coursera Project Network

About the Course

By the end of this project you will use the Python Collections Counter, the CSV package's DictReader, and the Collections UserList to read student test data and find the most common test scores. The Python Collection classes are convenience classes that make it easier to process data and extend capabilities of existing classes. The CSV package's DictReader is convenient for reading columnar data. The UserList allows the developer to add functionality to the List, for example to check types. The Counter class is useful for counting common occurrences in arrays and other structures. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....

Top reviews

Filter by:

1 - 1 of 1 Reviews for Data Processing using Python Collections

By Timothy O

•

Dec 12, 2023

There is no better way to learn then writing the code yourself.