Skip to content

Instantly share code, notes, and snippets.

View heronshoes's full-sized avatar
💭
☕ Uganda, Mt. Elgon, naturally processed

Hirokazu SUZUKI heronshoes

💭
☕ Uganda, Mt. Elgon, naturally processed
View GitHub Profile
@heronshoes
heronshoes / rdatasets-datasets.md
Last active December 4, 2022 16:31
Dataset preview of package 'datasets' of 'Rdatasets' in red-datasets

Package 'datasets'

[1/84] ability.cov

Ability and Intelligence Tests

  • name: Rdatasets: datasets: ability.cov
  • licenses: GPL-3
RedAmber::DataFrame : 6 x 8 Vectors
Vectors : 8 numeric
@heronshoes
heronshoes / .commit_template
Last active April 14, 2023 02:47
🐸 Emoji prefix in the commit message
# ==== Prefix ====
# fix
# feat
# docs
# style
# refactor
# test
# chore
# ==== Emojis ====

Rover summary method example

This is a experimental code and usage of Rover::DataFrame#summary of Ruby.

This method is not implemented in official release.

Rover inspect example

This is some examples of Rover::DataFrame#inspect in ruby.

This feature is experimental, not impremented in official release.

@heronshoes
heronshoes / CSV_benchmark_ruby.md
Last active April 7, 2022 10:56
CSV_benchmark

Benchmark of CSV parse

This is CSV parse benchmark for Ruby.

Main article is written in ipynb below.