Skip to content

Drafting the Pandas Section

Toby Hodges requested to merge pandas-draft into master

progress so far:

  • section intro
  • loading data
  • working with dataframes
  • selecting data in a dataframe
  • filtering data in a dataframe
  • combining dataframes
    • working with datetime columns
  • groupby and split-apply-combine
  • conclusion

feel free to review as I'm writing, @ext.bauer or anyone else

This is ready for high-level review. typo fixes etc can be taken care of later, but it would be good to catch any big issues - things I've got wrong or big things missed out - before this is merged.

Edited by Toby Hodges

Merge request reports