Skip to content

Instantly share code, notes, and snippets.

@emmagrimaldi
Last active July 4, 2019 19:03
Show Gist options
  • Select an option

  • Save emmagrimaldi/bee024100e1022933e3b84ef2ae86317 to your computer and use it in GitHub Desktop.

Select an option

Save emmagrimaldi/bee024100e1022933e3b84ef2ae86317 to your computer and use it in GitHub Desktop.
{
"folder_title": "Cookiecutter Example",
"notebook_title": "Generate dataframe with random integer entries and calculate ",
"n_columns": 5,
"n_rows": 10,
"min_value_in_df": 0,
"max_value_in_df": 100,
"numpy_function_to_calculate": "mean",
"calculate_over_rows_or_columns": "columns",
"file_name": "results",
"file_format": "csv"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment