Python-Data-Wrangling-Legacy icon indicating copy to clipboard operation
Python-Data-Wrangling-Legacy copied to clipboard

Suggested changes to pandas lesson

Open deniederhut opened this issue 9 years ago • 6 comments

Possible things to consider for intermediate/advanced pandas class:

  • [ ] reading/writing to formats other than csv
  • [ ] reading data in by chunks
  • [ ] multi-indexing and its methods
  • [ ] sparse matrices and their methods
  • [ ] ways to speed up mathy things (lots of %timeit)
  • [ ] parallelized methods for pandas

We can both also look up other pandas materials and think of other things we might like to add.

deniederhut avatar Feb 04 '16 23:02 deniederhut

Thanks! This looks like a great start.

juanshishido avatar Feb 08 '16 19:02 juanshishido

I'll start a concurrent list of other potentially useful topics/methods:

  • [ ] .get_dummies()
  • [ ] split-apply-combine
  • [ ] datetime

juanshishido avatar Feb 08 '16 20:02 juanshishido

@davclark it might be nice to have your input on this too. The context is that we are introducing pandas in the intro series, so we might want to update the pandas workshop.

deniederhut avatar Feb 08 '16 21:02 deniederhut

To be sure I'm clear - students will have basic pandas in the intro series, so here it will be intermediate / advanced topics?

davclark avatar Feb 11 '16 16:02 davclark

Correct. I'm okay with some topical overlap or review of the basics, but it seemed like a good opportunity to expand our offerings.

On Thu, Feb 11, 2016 at 8:10 AM Dav Clark [email protected] wrote:

To be sure I'm clear - students will have basic pandas in the intro series, so here it will be intermediate / advanced topics?

— Reply to this email directly or view it on GitHub https://github.com/dlab-berkeley/introduction-to-pandas/issues/5#issuecomment-182937718 .

deniederhut avatar Feb 11 '16 20:02 deniederhut

Also, this issue was started here because it was a space that was already available. When we actually create the actual intermediate / advanced materials, it will be in another repository. (I mention this in case there was confusion about why the topics mentioned in this issue were in the introduction to pandas repo.)

juanshishido avatar Feb 11 '16 22:02 juanshishido