Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datascience
# datascience

A Berkeley library for introductory data science.

Expand All @@ -13,6 +13,8 @@ For an example of usage, see the [Berkeley Data 8 class](http://data8.org/).

[![Build Status](https://travis-ci.org/data-8/datascience.svg?branch=master)](https://travis-ci.org/data-8/datascience)
[![Coverage Status](https://coveralls.io/repos/data-8/datascience/badge.svg?branch=master&service=github)](https://coveralls.io/github/data-8/datascience?branch=master)
## Introduction
It is complete package of all the Data Science packages. It includes functionalities of pandas, matplotlib and other packages.

## Installation

Expand Down
15 changes: 11 additions & 4 deletions docs/sample.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
x,y,z
1,10,100
2,11,101
3,12,102
id,x,y,z
1,10,100,200
2,11,101,201
3,12,102,202
4,13,103,203
5,14,104,204
6,15,105,205
7,16,106,206
8,17,107,207
9,18,108,208
10,19,109,209