













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document covers intermediate/advanced Python topics related to data analysis using Numpy, Pandas, and Matplotlib. It includes a review of basic data structures, accessing and working with objects in Python, and how to count letters in a column. The document also provides sample code and test operations to refine the data structure. useful for students studying data analysis and programming in Python.
Typology: Lecture notes
1 / 21
This page cannot be seen from the preview
Don't miss anything!














Data looks almost right, except we need it transposed (we want position to be the columns).
Pyplot marker codes (Don’t worry about memorizing) Keep a reference if you use these often character description '-' solid line style '--' dashed line style '-.' dash-dot line style ':' dotted line style '.' point marker ',' pixel marker 'o' circle marker 'v' triangle_down marker '^' triangle_up marker '<' triangle_left marker '>' triangle_right marker '1' tri_down marker '2' tri_up marker '3' tri_left marker '4' tri_right marker 's' square marker 'p' pentagon marker '*' star marker 'h' hexagon1 marker 'H' hexagon2 marker '+' plus marker 'x' x marker 'D' diamond marker 'd' thin_diamond marker '|' vline marker '_' hline marker