Hirokazu Takaya
Hirokazu Takaya
py.typed should be included. https://blog.whtsky.me/tech/2021/dont-forget-py.typed-for-your-typed-python-package/
@alexander-beedie Could you review this PR for issue #15822?
## Related codes - `polars.Config.set_tbl_cell_alignment()` and `polars.Config.set_tbl_cell_numeric_alignment()` changes environment variables ("POLARS_FMT_TABLE_CELL_ALIGNMENT", "POLARS_FMT_TABLE_CELL_NUMERIC_ALIGNMENT") https://github.com/pola-rs/polars/blob/3d100a87fa5d56f27c08a628ff59ad0dbb8d6090/py-polars/polars/config.py#L771-L864 - `display(pl.DataFrame())` calls `NotebookFormatter.write_style()` via`NotebookFormatter.write_render()` and `pl.DataFrame._repr_html_` https://github.com/pola-rs/polars/blob/3d100a87fa5d56f27c08a628ff59ad0dbb8d6090/py-polars/polars/dataframe/frame.py#L1263-L1288 - At the current version, `NotebookFormatter.write_style()` does not read...
@alexander-beedie Thank you for your acceptance! ご快諾いただきありがとうございます! Just a draft, but I created PR #15830 to use "POLARS_FMT_TABLE_CELL_NUMERIC_ALIGNMENT" in `NotebookFormatter.write_style()` method and to update `polars.Config.set_tbl_cell_alignment()` docstring. I'm trying the following...
@alexander-beedie I created #15915 for review. Could you review it when you get some time? I struggled to use pre-commit on my PC today, but could not install ruff check...
Just to confirm, is it impossible to perform static code analysis with pyproject.toml, poetry.lock and .venv directory?
Yes, this issue is regarding global installation of `deptry`. I just thought, but "script" of the target pyproject.toml can be read from the outside of the virtual environment.
Many thanks for your positive response! I will be happy to join this project as a developer.
@ryo-ma Thank you for the invitation for Slack. I successfully join to the Slack team. This issue is still open to record the status of the library development.
Thank you for your bug report! However, I failed in reporducing the error with Google Colab and the same codes. https://gist.github.com/lisphilar/e25b5ac4d1ac9dcea0f383ead0a4957e Does the following scpript return empty dataframe? (If yes,...