gdsbook / book

This book serves as an introduction to a whole new way of thinking systematically about geographic data, using geographical analysis and computation to unlock new insights hidden within data.
https://geographicdata.science
Other
338 stars 104 forks source link

CHAPTER: Spatial Inequality #22

Closed darribas closed 1 year ago

darribas commented 5 years ago

Issue to track Chapter 10 on Spatial Inequality.

darribas commented 5 years ago

Picking up from here

ljwolf commented 3 years ago

While working on this chapter, I've noticed that the TheilD chapter works on the whole time series matrix (as does the Theil estimator) but the Gini estimator requires one-dimensional input.

This is a user experience/api inconsistency for giddy, I think?

ljwolf commented 3 years ago

I've gotten all the way through the Theil decomposition at this point. There's a lot of text that needed adding, and quite a bit that still needs to be added. It gets very sparse once the decomposition methods start.

I intend to remove:

Since there's just not enough space to explain them fully here. Alternatively, I could double down on the spatial 2020 + spatial 2020 rankpaths, but I think that's less informative?

darribas commented 3 years ago

123 is merged so the first pass to the chapter is over. On to review...

darribas commented 3 years ago

Notes from DAB review:

we (1) don't discuss wide vs. long anywhere else in the book and (2) don't ever show a wide-to-long pivot using something like pandas.wide_to_long... We also don't need the LineCode filtering, since the final dataframe is already filtered by LineCode so that all LineCode==3.

darribas commented 3 years ago

OK my review is in at #134. I've done quite a bit of editting and I think we can merge and then move forward.

Before the chapter is considered ready for the publisher, here're the steps I'd suggest:

  1. @sjsrey, @ljwolf and @darribas to meet and discuss the actions above (maybe we don't want to do all of them, or not exactly as proposed).
  2. My suggestion is for @sjsrey to have a final go at it before we consider it done. Both Levi and I have changed it substantially and I think Serge's expertise is the ideal to make sure we're not missing anything and we're rounding it up as a chapter that noone else could do better.
darribas commented 3 years ago

134 merged, sent over from @darribas to @sjsrey

darribas commented 3 years ago

To do, with/before final edits pass:

darribas commented 3 years ago

@sjsrey is on the first final pass. To complete:

Dani final pass tracker, to be edited as we go along:

Things to ensure (from #152 ):

ljwolf commented 3 years ago

This is now ready for the second final pass.

sjsrey commented 3 years ago

Need to resync nb and md file #191

darribas commented 3 years ago

Just going over #191 I'm not sure the bits highlighted in my previous comment have been incorporated?

https://github.com/gdsbook/book/issues/22#issuecomment-844221279

Just flagging to make sure we get them in before the three passes (e.g. removing figures with the same plots)

darribas commented 3 years ago

Bits from @darribas last pass:

PR with the rest of edits over at https://github.com/gdsbook/book/pull/207

ljwolf commented 2 years ago

@sjsrey any ideas for further reading on this one?