We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offset
DataFrame.limit()
Hi,
I'm currently using Snowpark 1.8.0 in a Java project and I noticed there is a limit(n) method on DataFrames, but no offset(n) method.
I spoke with someone from Snowflake who says there is a method in the Python version of Snowpark and he suggested that I ask here.
Any plan on adding support for that method or a work around in the meantime ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hi @PatArse -- I just checked the Snowpark Python reference API and there's no DataFrame.offset() method, but there is an "offset" param in the DataFrame.limit() method: https://docs.snowflake.com/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.DataFrame.limit
How about we update this issue to instead request the "offset" param to be added to the DataFrame.offset() DataFrame.limit() method?
Sorry, something went wrong.
I think you mean adding the offset param to the DataFrame.limit(), but yes that would be great !
No branches or pull requests
Hi,
I'm currently using Snowpark 1.8.0 in a Java project and I noticed there is a limit(n) method on DataFrames, but no offset(n) method.
I spoke with someone from Snowflake who says there is a method in the Python version of Snowpark and he suggested that I ask here.
Any plan on adding support for that method or a work around in the meantime ?
Thank you !
The text was updated successfully, but these errors were encountered: