Zircoz / AmazonSummarizer

GNU General Public License v3.0
7 stars 8 forks source link

Documenting the data ingestion process #9

Open Zircoz opened 2 years ago

Zircoz commented 2 years ago
  1. Describe the function's Inputs, Outputs & working
  2. Document the output df's schema and relation between them
unclebinary1001 commented 2 years ago

Hi @Zircoz, Can I work on this?

Zircoz commented 2 years ago

Yeah, please go ahead. I'll assign you in the evening.

On Thu, 13 Oct, 2022, 08:15 Mahlangu, @.***> wrote:

Hi @Zircoz https://github.com/Zircoz, Can I work on this?

— Reply to this email directly, view it on GitHub https://github.com/Zircoz/AmazonSummarizer/issues/9#issuecomment-1276956003, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEB3IKD3VQFCV5657SZ5333WC5ZWBANCNFSM6AAAAAARBUHXPY . You are receiving this because you were mentioned.Message ID: @.***>

unclebinary1001 commented 2 years ago

@Zircoz Do you have sample dummy data that I can use to run? I use amazon.com as a customer, so I can only get order history, not retail history.

Zircoz commented 2 years ago

@unclebinary1001 That's an interesting problem! This file has the df info after converting: https://github.com/Zircoz/AmazonSummarizer/blob/main/AmazonSummarizer.ipynb I'll also make a dummy file and share for reference in that case.

Besides that, can you help us find what files does amazon US provide (and their format) ? (We can open a different issue for this "research")

Zircoz commented 2 years ago

Hey @unclebinary1001 ! I've added my csv file to hashed csv files. I've also added a PII Obfuscator notebook to help you (and anyone else) hide their data if/when they share their file(s). (If you need any help in understanding how to run that notebook, please feel free to LMK) !

unclebinary1001 commented 2 years ago

Hello @Zircoz , I just wanted to let you know that I am still working on this. I will give you an update soon.

Then I will run my retail history using the Obfuscator notebook. I will share it in the hashed csv files folder.

Zircoz commented 2 years ago

Thanks for letting me know @unclebinary1001 , take your time & LMK if you need anything!