You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Pandas version checks
main
hereLocation 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.
The text was updated successfully, but these errors were encountered: