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 filename to joined CSV #67

Closed
1 of 2 tasks
dkohlsdorf opened this issue Oct 25, 2021 · 1 comment · May be fixed by #68
Closed
1 of 2 tasks

Add filename to joined CSV #67

dkohlsdorf opened this issue Oct 25, 2021 · 1 comment · May be fixed by #68
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dkohlsdorf
Copy link
Owner

dkohlsdorf commented Oct 25, 2021

Adds filename information to joined CSV files:

TODO:

  • Collect filenames in loop and add to data frame LINE
  • Output the filenames for each cluster this for filenames.
@dkohlsdorf dkohlsdorf added enhancement New feature or request good first issue Good for newcomers labels Oct 25, 2021
@charlesramey charlesramey self-assigned this Oct 25, 2021
@dkohlsdorf
Copy link
Owner Author

Hint

Write CSV like this:

                df = pd.DataFrame({
                    'labels': y,
                    'prob': p
                })
                df.to_csv(out_path_lab, index=False)

@dkohlsdorf dkohlsdorf linked a pull request Nov 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants