Skip to content
New issue

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

Added info about backend kwargs in pyarrow #1903

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

dat-a-man
Copy link
Collaborator

Description

Add link to PyArrow timestamp docs in backend_kwargs

This PR adds a link to the official PyArrow documentation for the timestamp function. The link provides more details on the supported tz (timezone) parameter that can be passed inside the backend_kwargs option when creating a DataFrame with timestamp columns using PyArrow as the backend.

The added reference to the PyArrow docs will help users better understand the timezone options available when working with timestamp data in DataFrames backed by PyArrow.

Related Issues

@dat-a-man dat-a-man requested a review from VioletM October 1, 2024 04:22
@dat-a-man dat-a-man self-assigned this Oct 1, 2024
@dat-a-man dat-a-man added the documentation Improvements or additions to documentation label Oct 1, 2024
Copy link

netlify bot commented Oct 1, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit b2d375f
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/67087d05d548e50008c95e3a
😎 Deploy Preview https://deploy-preview-1903--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dat-a-man dat-a-man force-pushed the docs/issue-1901-update-sql-docs-backend-kwargs branch from 3c51e2f to 6f7628a Compare October 5, 2024 05:20
@VioletM VioletM merged commit bc13e1c into devel Oct 11, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation for backend_kwargs in sql_database function for pyarrow backend
2 participants