TomAugspurger / effective-pandas

Source code for my collection of articles on using pandas.
https://leanpub.com/effective-pandas
Creative Commons Attribution 4.0 International
1.54k stars 383 forks source link

Remove extra word in tutorial text #8

Closed whitehaven closed 7 years ago

whitehaven commented 7 years ago

original reads '...so let's wrap our the two elements of our row indexer (the list of carriers and the list of origins) in a tuple...' remove first 'our' edited reads '...so let's wrap the two elements of our row indexer (the list of carriers and the list of origins) in a tuple...'

TomAugspurger commented 7 years ago

Thanks!