Data Processing using Python Collections

Go to class
Write Review

Data Processing using Python Collections provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Data Processing using Python Collections is taught by David Dalsveen. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • 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.