Re: [PR] feat: dataframe string formatter [datafusion-python]

2025-06-25 Thread via GitHub
timsaucer merged PR #1170: URL: https://github.com/apache/datafusion-python/pull/1170 -- 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: github-unsubscr...

Re: [PR] feat: dataframe string formatter [datafusion-python]

2025-06-25 Thread via GitHub
timsaucer commented on code in PR #1170: URL: https://github.com/apache/datafusion-python/pull/1170#discussion_r2166481205 ## python/datafusion/dataframe_formatter.py: ## @@ -0,0 +1,739 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] feat: dataframe string formatter [datafusion-python]

2025-06-24 Thread via GitHub
kosiew commented on code in PR #1170: URL: https://github.com/apache/datafusion-python/pull/1170#discussion_r2165554718 ## python/datafusion/dataframe.py: ## @@ -1112,3 +,17 @@ def fill_null(self, value: Any, subset: list[str] | None = None) -> DataFrame: - Fo