Resources

Resource: Compare Lists in Python

.entry-header If you search for how to compare two lists in Python, you will find a lot of helpful pages in a lot of places, many of which assume you are working with numbers or you want exact matches. But what if you want to compare all the items in one list with all the […]

Resources

Resource: Exploring Berkeley IGS Poll Data in Python

Between April 16 and 20, 2020 the Institute of Governmental Studies (IGS), in conjunction with the California Institute of Health Equity and Action(Cal-IHEA), polled 8,800 registered voters about a variety of issues concerning the current state of politics and COVID-19. This was an unprecedented and urgently needed pulse-taking of the California populace during the pandemic. […]

Resources

Resource: BHO theses completed: making the data available

In June we added to British History Online records of 22,500 History PhDs awarded in UK and Irish universities between 1970 and 2014. This set of 22,000 theses was added to BHO’s existing series of 7500 records of research degrees awarded between 1901 and 1970.As we explained in an accompanying blog post in June, this […]

Resources

Resource: Parliamentary Documents on Slavery and the Slave Trade

In the course of researching ‘slave codes’ in the British empire, I came across mention of a five volume set named ‘Parliamentary Documents on Slavery and the Slave Trade.’ It was digitized by the University of Georgia, U.S.A., sometime around 2007, and is a collection of reports printed by the Parliament of Great Britain between […]

Resources

Resource: Quick Labels with Python’s f-string

Sometimes I need a list of titles or labels for a project on which I am working. E.g., I am working with a toy dataset and I’ve created a 10 x 10 array and I want to give the rows and columns headers so I can try slicing and dicing. I prefer human-readable/thinkable names for […]

Resources

Resource: A New Library of Congress Collection

Friends, data wranglers, lend me your ears; The Library of Congress’ Selected Datasets Collection is now live! You can now download datasets of the Simple English Wikipedia, the Atlas of Historical County Boundaries, sports economic data, half a million emails from Enron, and urban soil lead abatement from this online collection. This initial set of […]

Resources

Resource: Who was your great, great supervisor?

British History Online has recently digitised and published the records of 22,000 history PhDs from UK and Irish universities. The records cover research degrees awarded between 1970 and 2014, drawn from the IHR’s annual print catalogues of recently completed PhDs. This latest set of records complements an existing BHO series covering degrees awarded 1901-1970 which […]

News, Resources

Resource: Full-Text Search for Lessons

In an effort to make finding lessons more user-friendly, we’ve officially launched full-text searching for all our lessons. Previously you could use filter buttons to select lessons based on topic or activity, and sort them by date and difficulty. However, you weren’t able to find lessons based on their content. Read full post here.

News, Resources

Resource: Guides for Visualizing Reality

We like to complain about how data is messy, not in the right format, and how parts don’t make sense. Reality is complicated though. Data comes from the realities. Here are several guides to help with visualizing these realities, which seem especially important these days. Read the full resource here.

News, Resources

Resource: D3.js and Leaflet.js for Web Mapping

From the resource: This reflection explores the functionality of two different web mapping applications: D3.js and Leaflet.js. Both of these applications require mastering the coding required which often involves a steep learning curve, however knowing the possibilities of web mapping applications that are software agnostic as well as open-source are useful for mapping enthusiasts. In […]