All public logs

From CommunityData

Combined display of all available logs of CommunityData. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:08, 9 May 2023 Benjamin Mako Hill talk contribs created page Community Data Science Course (Spring 2023)/Week 7 lecture notes (Created page with "== Getting Started == Pandas is a module which gives us access to two very powerful data structures: # Series: an one-dimenaional array of data # DataFrame: a way of storing tabular data Q: When do you use pandas and when do you not? == Getting setup == Importing pandas: * <code>import pandas as pd</code> * If your data has any numbers, it's very normal to also import a closely related package called numpy: <code>import numpy as np</code> Quick intro to Series:...")