Skip to content

DOC: #61631

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

Open
1 task done
kunaljani1100 opened this issue Jun 11, 2025 · 0 comments · May be fixed by #61635
Open
1 task done

DOC: #61631

kunaljani1100 opened this issue Jun 11, 2025 · 0 comments · May be fixed by #61635
Labels
Docs Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@kunaljani1100
Copy link
Contributor

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://github.com/pandas-dev/pandas/blob/main/pandas/_libs/src/datetime/pd_datetime.c

Documentation problem

The file pd_datetime.c has missing documentation on line 195 for the function static int pandas_datetime_exec(PyObject *Py_UNUSED(module)). We need to add documentation for what the role of this function is.

Suggested fix for documentation

The suggested fix is to add documentation for the function that has been defined on line 195.

The function initializes and exposes a custom datetime C-API from the Pandas library by creating a PyCapsule that stores function pointers, which can be accessed later by other C code (or Cython code) that imports the capsule.

@kunaljani1100 kunaljani1100 added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Jun 11, 2025
@kunaljani1100 kunaljani1100 linked a pull request Jun 11, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant