pyspark.pandas.Series.lt<一個class="headerlink" href="//www.eheci.com/api-docs/python/pyspark/latest/pyspark.pandas/api/#pyspark-pandas-series-lt" title="¶">¶

係列。 lt ( 其他:任何 )→pyspark.pandas.series.Series<一個class="headerlink" href="//www.eheci.com/api-docs/python/pyspark/latest/pyspark.pandas/api/#pyspark.pandas.Series.lt" title="¶">¶

比較如果當前值小於另一個。

> > >df=psDataFrame({“一個”:(1,2,3,4),“b”:(1,np,1,np)},指數=(“一個”,“b”,“c”,' d '),=(“一個”,“b”])
> > >df一個<1一個錯誤的b假c假d假名稱:dtype: bool
> > >dfblt(2)一個真正的b假c真實d假名稱:b, dtype: bool