摘要: 1. The way to get the minimum number in Pandas: lowest_income_county = income["county"][income["median_income"].idxmin()] #[income["median_income"].id 阅读全文
posted @ 2016-12-03 08:37 阿难1020 阅读(174) 评论(0) 推荐(0) 编辑