dvnguyen02 / DATA301-Project

0 stars 1 forks source link

Directory Structure

This README provides an overview of our project's directory structure and guidelines for what to place in each folder.

/data

This directory contains all our data files.

/logs

This directory is for storing operational logs.

/scripts

Store all scripts used for data processing, cleaning, and analysis here.

/docs

This folder is for project documentation.

/EDA

Store your analysis files here, such as Jupyter notebooks/ R markdown.

/results

This directory is for outputs of your analysis.

Guidelines

  1. Try to work on a separate branch when making changes.
  2. Ensure all data files are in the correct format before committing.
  3. Document any new scripts or major changes in the README.=