Skip to content

BUG: Conversion from datetime64[ns] to datetime does not effect .info() and probably not the DataFrame itself #33387

BUG: Conversion from datetime64[ns] to datetime does not effect .info() and probably not the DataFrame itself

BUG: Conversion from datetime64[ns] to datetime does not effect .info() and probably not the DataFrame itself #33387

name: Comment Commands
on:
issue_comment:
types: created
permissions:
contents: read
issues: write
pull-requests: write
jobs:
preview_docs:
runs-on: ubuntu-24.04
if: github.event.issue.pull_request && github.event.comment.body == '/preview'
concurrency:
group: ${{ github.actor }}-preview-docs
steps:
- uses: pandas-dev/[email protected]
with:
previewer-server: "https://pandas.pydata.org/preview"
artifact-job: "Doc Build and Upload"