H0TB0X420 commented on code in PR #1242: URL: https://github.com/apache/datafusion-python/pull/1242#discussion_r2365706179
########## python/datafusion/dataframe.py: ########## @@ -415,7 +415,14 @@ def drop(self, *columns: str) -> DataFrame: Returns: DataFrame with those columns removed in the projection. """ Review Comment: I've updated the docstring. Based on the comment from @HeWhoHeWho should we open another issue for select(), drop(), sort() or should we expand the scope of this issue? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org