-
Thanks for pydelta! I wanted to make quick use of it but I encountered a couple of issues:
- the readme says to run pydelta.py for the setup but I assume this should be just delta.py
- the readme make…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
I tried the pip command with the download
`pip install git+https://github.com/cophi-wue/pydelta@next`
and have this error:
`ERROR: Package 'delta' requires a different Python: 3.10.6 not in '…
-
### Describe the bug, including details regarding any error messages, version, and platform.
```python
In [1]: import pandas as pd; import pyarrow as pa
In [9]: pa.scalar(pd.Timedelta(days=1).as_…
-
Supported API
=============
This is a (probably incomplete) listing of all the stable public APIs that PyCAPI intends to support, grouped by prefix. It will be updated as more are added.
`Py`
…
-
### cx_Oracle 5.3 does not correctly handle `TIMESTAMP WITH TIMEZONE`
#### When a `TIMESTAMP WITH TIMEZONE` is returned from a query and converted to a Python `datetime` object, its time zone infor…
-
Tests fail with error when there are methods in `#[pymethods]` `impl` for struct:
```
Compiling pyo3-test v0.1.0 (/Users/ivan/pyo3-test)
Finished dev [unoptimized + debuginfo] target(s) in 1.10…
-
Running in windows 10
python --version
Python 3.7.3
Traceback (most recent call last):
File "c:\users\daniel\appdata\local\programs\python\python37-32\lib\site-packages\pydelta\PyDelta.py", …
-
The build fails:
```
error[E0277]: the trait bound `Duration: rigetti_pyo3::PyTryFrom` is not satisfied
--> crates/python/src/execution_data.rs:72:1
|
72 | / py_wrap_data_struct! {
73 | | …
-
When building with a PyO3 `abi3-py38` feature, I've received the following error:
```
error[E0432]: unresolved imports `pyo3::types::PyDate`, `pyo3::types::PyDateTime`, `pyo3::types::PyDelta`, `py…