Naming things across the project #843
Vincent-Maladiere
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is not a priority for the release.
The inputs of internal functions and methods currently use a mix of different variable names, which is confusing. The documentation also mixes concepts.
Should we use:
Questions 1: dataframe vs table vs X
Questions 2: column_name vs column (as the name of the column)
Question 3: column vs series (as the data container)
On the website:
Publicly exposed methods/functions are mostly fine, except maybe
deduplicate
:Internal functions and methods are where this discussion is helpful.
What would you prefer to see internally in skrub and on the website?
Beta Was this translation helpful? Give feedback.
All reactions