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

Add pandas buffer for output to file logging #64

Closed
astrochun opened this issue Sep 29, 2020 · 0 comments · Fixed by #61
Closed

Add pandas buffer for output to file logging #64

astrochun opened this issue Sep 29, 2020 · 0 comments · Fixed by #61
Assignees
Labels
enhancement New feature or request scripts Script development
Milestone

Comments

@astrochun
Copy link
Contributor

astrochun commented Sep 29, 2020

For script_run, only the pandas DataFrame is available via stdout. It would be easy to save this similar to what we did in LD-Cool-P

Note that this requires updating pandas to >= 1.0.2 for .to_markdown(). I will use 1.1.0 since this will have index=False option. Also, tabulate is needed. I suggest using tabulate=0.8.3 since it worked for LD-Cool-P

@astrochun astrochun added enhancement New feature or request scripts Script development labels Sep 29, 2020
@astrochun astrochun self-assigned this Sep 29, 2020
@astrochun astrochun added this to the v0.12.0 milestone Sep 30, 2020
astrochun added a commit that referenced this issue Sep 30, 2020
- Update requirements for pandas, tabulate
- Implement in script_run
- script_run: Strip out log info about org codes, org names
@astrochun astrochun mentioned this issue Sep 30, 2020
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scripts Script development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant