Skip to content

Conversation

@Joshua-Dias-Barreto
Copy link
Collaborator

Fixed #284.

I added three new methods:

  • writeToCsv: withColumnNames: withRowNames:
  • writeToCsv: withColumnNames:
  • writeToCsv: withRowNames:

Also changed the implementation of writeToCsv

writeToCsv: aFileReference
    self writeToCsv: aFileReference withColumnNames: true withRowNames: true

Also added tests for the methods.

@jordanmontt
Copy link
Member

LGTM

@olekscode olekscode merged commit 6caf913 into PolyMathOrg:master Apr 24, 2024
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.

Write to CSV without saving the column index

3 participants