Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop 'n' column from prior/posterior summary tables.
Used this one-liner: python -c "import pandas as pd; pd.read_csv('posteriors_table.csv').drop(columns='n').to_csv('posteriors_table_no_n.csv')"
- Loading branch information