Open surajrampure opened 1 year ago
For instance:
>>> df = bpd.DataFrame().assign(x=[1, 2, 3]) >>> list(df.get("x")) []
Should be fixed.
Additionally, we can't right now use np.mean on a Series (it errors) but we should be able to.
np.mean
Additionally: "something" in Series it comes up False even when "something" in np.array(Series) is true
For instance:
Should be fixed.
Additionally, we can't right now use
np.mean
on a Series (it errors) but we should be able to.