https://github.com/data-8/datascience
A Python library for introductory data science
https://github.com/data-8/datascience
Last synced: about 1 month ago
JSON representation
A Python library for introductory data science
- Host: GitHub
- URL: https://github.com/data-8/datascience
- Owner: data-8
- License: bsd-3-clause
- Created: 2015-07-17T18:17:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T19:12:08.000Z (11 months ago)
- Last Synced: 2025-03-03T07:46:43.547Z (2 months ago)
- Language: Jupyter Notebook
- Homepage: https://www.data8.org/datascience/
- Size: 49 MB
- Stars: 657
- Watchers: 78
- Forks: 302
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# datascience
A Berkeley library for introductory data science.
_written by Professor [John DeNero](http://denero.org), Professor
[David Culler](http://www.cs.berkeley.edu/~culler),
[Sam Lau](https://github.com/samlau95), and [Alvin Wan](http://alvinwan.com)_For an example of usage, see the [Berkeley Data 8 class](http://data8.org/).
[](http://datascience.readthedocs.org/en/master/?badge=master)
[](https://github.com/data-8/datascience/actions/workflows/run_tests.yml)
[](https://coveralls.io/github/data-8/datascience?branch=master)## Installation
Use `pip`:
```
pip install datascience
```A log of all changes can be found in CHANGELOG.md.