Skip to content
Snippets Groups Projects
  • Gabriel Studer's avatar
    cf3ee46b
    Support for selections with None and NaN · cf3ee46b
    Gabriel Studer authored
    Allows Selections like:
    subtab=tab.Select('col_x!=None')
    previously, all rows containing None or NaN in a query dependent position
    have simply been neglected. I still need to think a bit about the overall
    behaviour of the None and NaN handling...
    cf3ee46b
    History
    Support for selections with None and NaN
    Gabriel Studer authored
    Allows Selections like:
    subtab=tab.Select('col_x!=None')
    previously, all rows containing None or NaN in a query dependent position
    have simply been neglected. I still need to think a bit about the overall
    behaviour of the None and NaN handling...