Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 827 Bytes

File metadata and controls

15 lines (11 loc) · 827 Bytes

Data Science Fundamentals in Pandas

This workshop covers the fundamentals of using Pandas series and dataframe types to work with one- and two-dimensional data. We cover creating series and dataframes, looking up data by key and index, extracting rows and columns, using math operations on columns, using basic statistical methods such as mean and standard deviation, and chaining methods to answer more complex questions.

Get Started

Contents