Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "folder_title": "Cookiecutter Example",
  3. "notebook_title": "Generate dataframe with random integer entries and calculate ",
  4. "n_columns": 5,
  5. "n_rows": 10,
  6. "min_value_in_df": 0,
  7. "max_value_in_df": 100,
  8. "numpy_function_to_calculate": "mean",
  9. "calculate_over_rows_or_columns": "columns",
  10. "file_name": "results",
  11. "file_format": "csv"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement