In this next-to-last chapter, we consider a few topics that weren’t covered in earlier chapter. Python sets can be made from records in a recordset to establish existence or determine membership of a record based on dimensions. In the section “Datetime in Datasets,” we look at one way to fill in missing datetime entries in a recordset, allowing researchers to then further process their recordsets. Finally, we look at how we might use ipyparallel and a decorator function to somewhat easily render a function used to process records one-at-a-time “embarrassingly parallel” (yes, this is a term used in parallel programming). As always, the focus is on making the code as easy read and use as possible.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Odds and Ends

  • James R. Derry

摘要

In this next-to-last chapter, we consider a few topics that weren’t covered in earlier chapter. Python sets can be made from records in a recordset to establish existence or determine membership of a record based on dimensions. In the section “Datetime in Datasets,” we look at one way to fill in missing datetime entries in a recordset, allowing researchers to then further process their recordsets. Finally, we look at how we might use ipyparallel and a decorator function to somewhat easily render a function used to process records one-at-a-time “embarrassingly parallel” (yes, this is a term used in parallel programming). As always, the focus is on making the code as easy read and use as possible.