Skip to content

Reconsider overloading Base.join? #2092

@KristofferC

Description

@KristofferC

Base.join has a clear docstring which is to join an array of strings with delimiters. This seems like a different operation than what the join on DataFrames provides. Since the operation is different, it shouldn't share the namespace (DataFrames.join shouldn't extend Base.join)

Metadata

Metadata

Assignees

Labels

breakingThe proposed change is breaking.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions