Skip to content

Commit

Permalink
Bones data (#73)
Browse files Browse the repository at this point in the history
* new data

* new data

* Update README.md

Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com>
  • Loading branch information
hythloda and margaretkennedy authored Oct 29, 2021
1 parent 5ac75ab commit 4f15c29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
4 changes: 2 additions & 2 deletions NoodlePug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Navigate to [http://localhost:10000/ide/](http://localhost:10000/ide/), then use
```python
from deephaven.TableTools import readCsv

noodle_pug = readCsv("/data/noodlepug.csv")
noodle_pug = readCsv("/data/examples/NoodlePug/noodle_pug.csv")

number_per_day = noodle_pug.countBy("Number","Day")

Expand All @@ -55,7 +55,7 @@ number_bones = noodle_pug.countBy("Number","noodles_status")

```groovy
noodle_pug = readCsv("/data/noodlepug.csv")
noodle_pug = readCsv("/data/examples/NoodlePug/noodle_pug.csv")
number_per_day = noodle_pug.countBy("Number","Day")
Expand Down
41 changes: 3 additions & 38 deletions NoodlePug/noodle_pug.csv
Git LFS file not shown

0 comments on commit 4f15c29

Please sign in to comment.