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
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
"""
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
"""
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
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
"""
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
"""
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
"""
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
"""
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
"""
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
"""
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
"""
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
"""
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
"""
13 matches
Mail list logo