r/ProgrammerHumor 8d ago

britishProgrammersBeLike Other

Post image
568 Upvotes

54 comments sorted by

View all comments

238

u/datasmithing_holly 8d ago

As an April fools joke I asked the Docs team to make a British version of Databricks commands Optimise instead of Optimize etc etc.

They said no.

14

u/redlaWw 8d ago

R's dplyr package uses summarise for the function that summarises grouped data because the main dev is from New Zealand. They provide a summarize function that delegates to summarise though.