alamb commented on code in PR #1409:
URL: 
https://github.com/apache/datafusion-python/pull/1409#discussion_r2886544405


##########
python/datafusion/dataframe.py:
##########
@@ -1389,9 +1390,12 @@ def fill_null(self, value: Any, subset: list[str] | None 
= None) -> DataFrame:
             DataFrame with null values replaced where type casting is possible
 
         Examples:
-            >>> df = df.fill_null(0)  # Fill all nulls with 0 where possible
-            >>> # Fill nulls in specific string columns
-            >>> df = df.fill_null("missing", subset=["name", "category"])
+            >>> from datafusion import SessionContext, col

Review Comment:
   Nice -- I checked 
https://github.com/apache/datafusion-python/actions/runs/22676065624/job/65741468321
 (a recent run from main) and indeed those tests are not there
   
   ```
   
   python/tests/test_view.py::test_register_filtered_dataframe PASSED       [ 
99%]
   python/tests/test_wrapper_coverage.py::test_datafusion_missing_exports 
PASSED [100%]
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to