xubaiwang commented on PR #296:
URL: https://github.com/apache/arrow-js/pull/296#issuecomment-3350540202

   There is another point to discuss before I can implement it: how many rows 
and columns to display.
   
   - `pandas` use the [global 
options](https://pandas.pydata.org/docs/user_guide/options.html) 
`display.max_rows`, `display,max_columns`, `display,max_colwidth`
   - `polars` use the [environment 
variables](https://github.com/pola-rs/polars/blob/264cc0c5c284d49e5249425aab90e0a062c5fca5/polars/polars-core/src/config.rs#L2-L3)
 `POLARS_FMT_MAX_COLS`, `POLARS_FMT_MAX_ROWS`, `POLARS_FMT_STR_LEN` (and 
[`Config` 
contex](https://docs.pola.rs/api/python/stable/reference/api/polars.Config.set_tbl_cols.html#polars.Config.set_tbl_cols))
   
   I'm not sure which one is preferable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to