Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/data-8/datascience
A Python library for introductory data science
https://github.com/data-8/datascience
Last synced: 3 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T19:12:08.000Z (8 months ago)
- Last Synced: 2024-10-02T06:49:15.212Z (4 months ago)
- Language: Jupyter Notebook
- Size: 49 MB
- Stars: 617
- Watchers: 80
- Forks: 292
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-for-beginners - datascience
- fucking-awesome-for-beginners - datascience
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/).
[![Documentation Status](https://readthedocs.org/projects/datascience/badge/?version=master)](http://datascience.readthedocs.org/en/master/?badge=master)
[![Build Status](https://github.com/data-8/datascience/actions/workflows/run_tests.yml/badge.svg?branch=master)](https://github.com/data-8/datascience/actions/workflows/run_tests.yml)
[![Coverage Status](https://coveralls.io/repos/data-8/datascience/badge.svg?branch=master&service=github)](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.