https://github.com/data-6-berkeley/fa25
Data 6 Fall 2025
https://github.com/data-6-berkeley/fa25
data-6 data-science jupyter python uc-berkeley
Last synced: about 2 months ago
JSON representation
Data 6 Fall 2025
- Host: GitHub
- URL: https://github.com/data-6-berkeley/fa25
- Owner: data-6-berkeley
- License: mit
- Created: 2025-08-21T02:06:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T18:28:25.000Z (2 months ago)
- Last Synced: 2026-04-02T05:46:58.306Z (2 months ago)
- Topics: data-6, data-science, jupyter, python, uc-berkeley
- Language: JavaScript
- Homepage: http://data6.org/fa25/
- Size: 21.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
layout: page
title: ReadMe
tagline: Introduction to Computational Thinking with Data
nav_exclude: true
---
[](https://github.com/data-6-berkeley/fa25/actions/workflows/jekyll.yml)
[](https://github.com/data-6-berkeley/fa25/actions/workflows/rspec.yml)
## Offerings
1. [Fall 2025](https://data6.org/fa25/)
1. [Summer 2025](https://data6.org/su25/)
1. [Fall 2024](https://data6.org/fa24/)
1. [Summer 2024](https://data6.org/su24/)
1. [Summer 2023](https://data6.org/su23/)
1. [Summer 2022](https://data6.org/su22/)
1. [Summer 2021](http://data6.org/su21)
1. [Spring 2021](http://data94.org)
(new, [Fa25](https://classes.berkeley.edu/content/2025-fall-data-6-001-lec-001)) From the course catalog: This foundational Data Science course combines inferential and computational thinking as applied to the fundamentals of quantitative social inquiry. Apply critical concepts and skills in computer programming to conduct quantitative social science research in various contexts, including economic outcomes, public health, environmental justice, privacy, bioethics, and social networks. Understand the process of using data for quantitative analysis and how to develop a variety of figures, combined with text, to communicate their findings. The focus is on data exploration and identifying patterns relevant to social concepts, rather than inferences and predictions. The course can serve as a precursor to Data 8: Foundations of Data Science.
(old) From the course catalog: This course is an introduction to computational thinking and quantitative reasoning, designed to prepare students for further coursework in data science, computer science, and statistics (in particular, Foundations of Data Science, Data C8). This course emphasizes the use of computation to gain insight about quantitative problems with real data from the social sciences.
## Editing this website
Most of the docs are on [berkeley-class-site](https://berkeley-cdss.github.io/berkeley-class-site/).
Data 6 has been customized to use the `_data` folder for different YAML files. We don't have pages per lecture, etc.
Quick reference for test commands:
* Run tests locally: `bundle exec rspec --only-failures`
## License
[MIT](LICENSE)