QST: Why does pandas not provide a method that allocates a DataFrame of a given size?
Just a simple and straightforward question as to why pandas does not provide a method that allocates a DataFrame of a given size (defaults to List[Series[object]]
, or if schema is given, allocate to those dtypes accordingly)?