markfairbanks / tidypolars

Tidy interface to polars
http://tidypolars.readthedocs.io
MIT License
333 stars 11 forks source link

Class name: tidyframe, TidyFrame, tibble, or Tibble #9

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago

Which one should we go with?

mjkarlsen commented 2 years ago

My top two are:

  1. tidyframe
  2. tibble

Snakecase drives me nuts 🤣

markfairbanks commented 2 years ago

Snakecase drives me nuts

Lol me too. That’s typical class naming conventions.

I am leaning tibble at the moment. tidyframe made more sense when that was the package name. If we go tidyframe now I think it’d make more sense to go TidyFrame to tie it to pl.DataFrame logically in a user’s head. Thoughts?