Skip to content

Commit

Permalink
Bones commands (#79)
Browse files Browse the repository at this point in the history
* correct commands

* correct commands

* bones data

* bones data

* new data

* bones data til 11/11
  • Loading branch information
hythloda authored Nov 12, 2021
1 parent b4ca58c commit a7bbd4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NoodlePug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ noodle_pug = readCsv("https://media.githubusercontent.com/media/deephaven/exampl

number_bones = noodle_pug.dropColumns("Date", "Day_of_Week", "Weather_NYC").sumBy()

number_per_day = noodle_pug.countBy("Number", "Day_of_Week")
number_per_day = noodle_pug.dropColumns("Date","Weather_NYC").sumBy("Day_of_Week")

number_per_weather = noodle_pug.dropColumns("Date", "Day_of_Week").sumBy("Weather_NYC")
```
Expand Down
4 changes: 2 additions & 2 deletions NoodlePug/noodle_pug.csv
Git LFS file not shown

0 comments on commit a7bbd4d

Please sign in to comment.