Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added methods to convert collections to dataframes with specific row and column names #274

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Joshua-Dias-Barreto
Copy link
Collaborator

No description provided.

@@ -31,6 +32,36 @@ Collection >> asDataFrame [
^ dataFrame
]

{ #category : #'*DataFrame' }
Collection >> asDataFrameWithColumnNames: arrayOfColumnNames [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we say with Oleks thta this was maybe too much and that we could just do coll asDataFrame columnNames: coll2?

I'm not really against it but I don't know if this has much value.

Maybe @olekscode has an opinion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants