WendyYeh

@WendyYeh

Joined on Nov 15, 2021

  • Trouble when using Pandas Pandas & Polars Pandas DataFrame import pandas as pd import numpy as np print(pd.__version__) data = {"x": 2**np.arange(5), "y": 3**np.arange(5),
     Like  Bookmark
  • Polars Vs Pandas: Benchmarking performances and beyond Polars (2020) Pandas (2008) data in memory Apache Arrow NumPy arrays evaluation
     Like  Bookmark