ds4owd-001 / project-ljc3084

This project report has been prepared for the data science for openwashdata course.
https://ds4owd-001.github.io/project-ljc3084/
0 stars 0 forks source link

Project next steps #3

Closed sskorik01 closed 5 months ago

sskorik01 commented 8 months ago

Hi @ljc3084 ,

How is the capstone project going? Here are the next steps for your project: (described in detail here)

1) Create a processed folder in your data folder (you already created the raw folder)

2) Create a README.md file in the data/processed folder and copy this template in it

3) Create a dictionary.xlsx file with two columns variable_name and description to document your dataset variables, save it as .csv

4) In the index.qmd file, start by loading the tidyverse package and reading in your data with read_csv or read_excel

Then, you will be ready for the cleaning and analysis of your data. Let me know if you have any other questions!

Sophia

sskorik01 commented 8 months ago

If you have any questions about the steps mentioned above or need further guidance with the project, please feel free to reach out to @mianzg. She will be overseeing your project from now on and will be available to assist you.

ljc3084 commented 8 months ago

Thank you Sofia,

I have been behind on my project so I am just catching up that is why it is taking me long to catch up.

I will be contacting mianzg moving forward.

Joseph Lwere Mobile: +256773257895 Skype: ljc3084 Twitter: @ljc3084

"Ships in the harbor are safe, but thats not what ships are built for".

On Tue, Jan 23, 2024 at 4:53 PM Sophia Skorik @.***> wrote:

If you have any questions about the steps mentioned above or need further guidance with the project, please feel free to reach out to @mianzg https://github.com/mianzg. She will be overseeing your project from now on and will be available to assist you.

— Reply to this email directly, view it on GitHub https://github.com/ds4owd-001/project-ljc3084/issues/3#issuecomment-1906106157, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZWE3DB53JTBZ6LB23Y4ALYP66D7AVCNFSM6AAAAABB3N2ZY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBWGEYDMMJVG4 . You are receiving this because you were mentioned.Message ID: @.***>

ljc3084 commented 8 months ago

Hello @mianzg look through the new improvements I've made and advise if I am on the right track.

mianzg commented 8 months ago

@ljc3084 Hi, I saw you have made some progress! Great!

  1. I do not see your code of cleaning the raw data to processed data. How did you get processed_borehole_data.csv?
  2. Can you work on index.qmd to change read.csv into read_csv?
  3. Can you fill the dictionary.xlsx with your dataset information?
ljc3084 commented 8 months ago

Hello @mianzg I've made improvements to my project again. I've been able to work on the issues you raised above. I am currently stuck at writing the processed file into the data/processed file path.

I've tried two codes that are both returning errors.

  1. write.csv(here::here("data/raw/processed_borehole_data.csv"))
  2. write.csv(processed_borehole_data, file = "data/processed/processed_borehole_data.csv")

Any help is welcome