Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Mar 25, 2024
1 parent 5f1e7e2 commit 4fb1f4c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""Output a subset of the results that match a hard-coded condition, to a hard-coded file."""
"""Output a subset of the results that match a hard-coded condition, to a hard-coded file.
To change the condition or file, edit this script.
"""

import pandas as pd

Expand Down

0 comments on commit 4fb1f4c

Please sign in to comment.