AI-SDC / ACRO

Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a function that converts the outputs to csv data (to_csv)

mahaalbashir opened this issue · comments

  • This function will be used by the researchers to save the outputs in a csv format
  • Instead of waiting till the end to use the finalise function, this function will give the option to the researcher to save outputs in a csv format during the analysis process

Moving this to sprint 3.
I think it will depend on how TRE and researcher's view of their processes evolves as they start using SACRO.

To some extent it is a rather 'Jupyter-centric' perspective since some researchers will write python scripts then run them and redirect the outputs to a file, so they would get the outputs anyway.