ponder-lab / GitHub-Issue-Classifier

Python script to mine for GitHub issues + comments and classify them.
MIT License
6 stars 0 forks source link

Update script to write results to file #12

Closed y3pio closed 3 years ago

y3pio commented 3 years ago

Currently our script right now does not do any file IO (other than a commented out line to read data from test file for development purpose).

Acceptance Criteria:

y3pio commented 3 years ago

@khatchad Is there a preferred file format (JSON, CSV?) that we would like the results and other info that we are logging (filtered results that don't match our query for example) to be saved as?

khatchad commented 3 years ago

CSV should be fine. Please use a CSV library.