pandas (@pandas_dev) 's Twitter Profile
pandas

@pandas_dev

Official account of the pandas project

ID: 1015706109255053317

linkhttps://pandas.pydata.org calendar_today07-07-2018 21:16:22

270 Tweet

31,31K Takipçi

22 Takip Edilen

pandas (@pandas_dev) 's Twitter Profile Photo

#pandas has two internal ways to store strings: NumPy and PyArrow (faster). pandas 3.0 will change the default and strings will use PyArrow when for example calling read_csv. You can get this change now in pandas 2.1 with: pandas.options.future.infer_string = True