Rahim Nathwani
Rahim Nathwani
Why not use bash for looping through the domains? ``` while read p; do blc "$p" done
@bromero26 I get the same answer as you using a slightly more verbose method: ``` min_max_price_per_item = chipo.groupby('item_name').agg({'item_price': [np.max, np.min]}) min_max_price_per_item[min_max_price_per_item.item_price.amax > 10].shape[0] ``` But all of those high prices...
@chadmeby Can you post here the parameters of your `POST` request to `/children`?
I'm seeing the same issue as DaveyJake on the most recent versions of OSX and ShiftIt. My setup is rMBP with two external monitors. I frequently have Chrome as full-screen...