發表文章

目前顯示的是 12月 21, 2018的文章

Mature technology

圖片
For a related concept in software, see Capability Maturity Model. A mature technology is a technology that has been in use for long enough that most of its initial faults and inherent problems have been removed or reduced by further development. In some contexts, it may also refer to technology that has not seen widespread use, but whose scientific background is well understood. [1] One of the key indicators of a mature technology is the ease of use for both non-experts and professionals. Another indicator is a reduction in the rate of new breakthrough advances related to it—whereas inventions related to a (popular) immature technology are usually rapid and diverse, [2] and may change the whole use paradigm—advances to a mature technology are usually incremental improvements only. Contents 1 Examples 1.1 Mature technologies 1.2 Technologies not yet fully mature 1.3 Immature technologies 2 See also 3 References Examples Mature technologies Farming, most advances are in slight i

How can I filter lines on load in Pandas read_csv function?

圖片
64 17 How can I filter which lines of a CSV to be loaded into memory using pandas? This seems like an option that one should find in read_csv . Am I missing something? Example: we've a CSV with a timestamp column and we'd like to load just the lines that with a timestamp greater than a given constant. pandas share | improve this question edited Oct 16 '17 at 12:25 Martin Thoma 40.3k 52 289 508 asked Nov 30 '12 at 18:38 benjaminwilson 524 1 5 7 add a comment  |  64 17 How can I filter which lines of a CSV to be loaded into memory using pandas? This seems like an option that one should find in read_csv . Am I missing something? Example: we've a CSV with a timestamp column and we'd like to load just the lines that with a timestamp greater than a given constant. pandas share | improve this question edited Oct 16 '17 at 12:25 Martin Thoma 40.3k 52 289 508 asked