Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Suggested changes to pandas lesson #5

Open
6 tasks
deniederhut opened this issue Feb 4, 2016 · 6 comments
Open
6 tasks

Suggested changes to pandas lesson #5

deniederhut opened this issue Feb 4, 2016 · 6 comments

Comments

@deniederhut
Copy link

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.

@juanshishido
Copy link
Contributor

Thanks! This looks like a great start.

@juanshishido
Copy link
Contributor

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

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

@deniederhut
Copy link
Author

@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.

@davclark
Copy link
Contributor

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

@deniederhut
Copy link
Author

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
#5 (comment)
.

@juanshishido
Copy link
Contributor

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.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants