-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nielsen Scanner #8
Comments
|
I think it might be helpful for you to create a few slides and talk through them in our Aug 12 meeting. I want you to cover (at least) the following:
|
@shoonlee Sounds good, thanks Seunghoon. I'll draft these slides for our meeting next Monday and by then I should have a better sense of what can I show to Siqi on Thursday. |
Great. I created a folder "Binzhe" inside of "rmd -> slides" folder. Try
making it using rmd so that we can easily add them into the main deck
later.
…On Thu, Aug 5, 2021 at 2:34 PM wbinzhe ***@***.***> wrote:
@wbinzhe <https://github.com/wbinzhe>
I think it might be helpful for you to create a few slides and talk
through them in our Aug 12 meeting. I want you to cover (at least) the
following:
-
How to aggregate price at store level (namely, how to construct price
indexes)
- To make it concrete, a toy example would be very helpful here
-
Some initial results (in a similar specification as before -
regressing temperature on prices and revenues) with a sample of data
- Depending on the processing time, you could use a sample of
categories for the last few years
-
Overall plan (including timeline) with the Nielsen data cleaning and
analysis
@shoonlee <https://github.com/shoonlee> Sounds good, thanks Seunghoon.
I'll draft these slides for our meeting next Monday and by then I should
have a better sense of what can I show to Siqi on Thursday.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMM5CBHIFVNLR3GAL6HS3FLT3LKSFANCNFSM5AFUNBRQ>
.
|
Hi Binzhe,
Thanks for putting this together. I think it might be helpful to add a more
concrete example. Pick a product group (e.g., yogurt or dairy products
depending on the actual level) and clearly show how the construction works.
One thing a bit confusing for me was q_i, y-1 (average quantity sold in
each quarter in the previous year). Do you take the average of the entire
year or by each quarter? In other words, is q_i,y-1 different for each
quarter or is this quantity the same as long as it's in the same year?
Show a toy example would clarify these kinds of questions.
…On Wed, Aug 11, 2021 at 1:29 PM wbinzhe ***@***.***> wrote:
@shoonlee <https://github.com/shoonlee> Hi Seunghoon, I added the
illustration of the Price Index Construction in slides #50-58 in G-slides
<https://docs.google.com/presentation/d/14_aDxt2O_Le4mCJj4lBfuK-rG9gI6WA8U69lhPJajis/edit#slide=id.ge48c9d8e4f_0_0>.
Now it only has 450 stores (~1% random sample), I will keep the program
running till this evening to have more store samples and merge price index
with temperature data.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMM5CBGGTYA7IJDNPLASQYDT4KXRJANCNFSM5AFUNBRQ>
.
|
If you're unclear about what I mean by a toy example, see this video.
https://youtu.be/-IvsuVtzGko
…On Wed, Aug 11, 2021 at 2:20 PM Seunghoon Lee ***@***.***> wrote:
Hi Binzhe,
Thanks for putting this together. I think it might be helpful to add a
more concrete example. Pick a product group (e.g., yogurt or dairy products
depending on the actual level) and clearly show how the construction works.
One thing a bit confusing for me was q_i, y-1 (average quantity sold in
each quarter in the previous year). Do you take the average of the entire
year or by each quarter? In other words, is q_i,y-1 different for each
quarter or is this quantity the same as long as it's in the same year?
Show a toy example would clarify these kinds of questions.
On Wed, Aug 11, 2021 at 1:29 PM wbinzhe ***@***.***> wrote:
> @shoonlee <https://github.com/shoonlee> Hi Seunghoon, I added the
> illustration of the Price Index Construction in slides #50-58 in G-slides
> <https://docs.google.com/presentation/d/14_aDxt2O_Le4mCJj4lBfuK-rG9gI6WA8U69lhPJajis/edit#slide=id.ge48c9d8e4f_0_0>.
> Now it only has 450 stores (~1% random sample), I will keep the program
> running till this evening to have more store samples and merge price index
> with temperature data.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMM5CBGGTYA7IJDNPLASQYDT4KXRJANCNFSM5AFUNBRQ>
> .
>
|
@shoonlee Sure Seunghoon. Actually all numbers put in the slides are real observations from one specific store, let me directly present the calculations there. |
@shoonlee q_{i,y-1} in equation 1 is the average of the previous year (i.e., same for all quarters in the same year). Both Leung (2020) and Beraja et al. (2105) use this weight without variation across quarters. |
Can you look into the following two things? These are what we've already discussed in the meeting with Siqi but please let me know if further clarification is needed. Please give me a brief update on Friday.
|
Following up on our conversation today, can you try making graphs about the attrition rate as described below? By attrition rate, I mean the percentage of goods that are not in the base basket (e.g., in year t+1 basket, only 80% of goods overlaps with the base basket goods -> attrition rate is 20%). It will be a nice summary of the data as well as a useful sanity check of what we're doing. I think we can create these before running the time consuming part of the code #4, #5.
Let me know if any clarification is needed. Thanks!! |
@shoonlee Sure will also do it this Saturday! |
@shoonlee I fixed the problem in sales (also price): in a paralleling step, the default orders of elements in input lists are not identical, causing problems in combining data of store i year 2018/2019 with data of store j year 2016/2017. The group-level plots looks good now. And I will continue to work on the rest of the tasks today and let you know when they are done. |
Movement datasets
The text was updated successfully, but these errors were encountered: