-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/32 dataframe framework #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good overall. I didn't run it with the changes though, only read through the changes. There are some minor improvements that should be made.
It might be beneficial to document the insights you had that led to the changed prompts, as we will probably work on that topic further in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please implement some minor changes.
Also I am not sure about the idea to write the dataframe to a file after each pipeline step. What was your motivation about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Joop Joop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. Good work
Working implementation of the dataframe framework.
Please note, that output_handling is removed due to handling issues of dataframe / the csv file.