[PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
H0TB0X420 opened a new pull request, #1241: URL: https://github.com/apache/datafusion-python/pull/1241 - Add to_batches() as alias for collect() returning RecordBatch list - Add interpolate() method with forward_fill support - Add deprecation warning to collect() method - Add compreh

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
H0TB0X420 commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2356344778 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
H0TB0X420 commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2356326534 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
H0TB0X420 commented on PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#issuecomment-3304031710 Thanks for the feedback! I will revert those changes and deprecation warnings to collect and schema. I will focus on the interpolation and to_batches changes. -- This i

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
timsaucer commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2355817186 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
kylebarron commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2355804076 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
timsaucer commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2355771369 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
kylebarron commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2355723443 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-17 Thread via GitHub
kylebarron commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2355723443 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-16 Thread via GitHub
ion-elgreco commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2354427053 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-16 Thread via GitHub
kylebarron commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2354157056 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-16 Thread via GitHub
ion-elgreco commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2353697365 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """

Re: [PR] Add to_batches() and interpolate() methods to DataFrame [datafusion-python]

2025-09-16 Thread via GitHub
kylebarron commented on code in PR #1241: URL: https://github.com/apache/datafusion-python/pull/1241#discussion_r2353461791 ## python/datafusion/dataframe.py: ## @@ -370,6 +375,39 @@ def schema(self) -> pa.Schema: Describing schema of the DataFrame """