Luca

Results 8 issues of Luca

Please bear with me, I have never heard of fsspec and adlfs. I am trying to assess the state of this library coming frome the Python SDK for Azure Blob...

### Describe the bug From the [documentation ](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-1.0&tabs=python) it states that the format `.xls` is supported for the conversion into the format `.pdf` but when trying the API I get...

type:bug

As stated in the title, it seems to me, that the API `rm` does not remove the directory itself if the input path its a directory and the `recursive `flag...

If I wrap the s3fs client inside a DAO class in order to create an interface to add features with the remote fs, which s3fs client should I use? For...

### Describe the bug The issue is the same as [issue 912](https://github.com/microsoftgraph/msgraph-sdk-python/issues/912) but with the source format `csv`. ### Expected behavior The conversion should work as stated in the documentation...

type:bug
priority:p2
area: API Support

I'm using `write_dataframe` function to write a pandas DataFrame. My context is that this dataframe containts columns of three different types: 1. Object (string) in pandas has None as missing...

I'm trying to write a `pandas.DataFrame` into a table using the `write_dataframe `function but I tried waiting 10 minutes, and it does not finish. I limited the size of the...

Using langchain-postgres v0.0.13 Calling the code: ``` my_name = "..." # Str my_id = "..." # Str pg_vector = PGVector(..., collection_name=my_name) await pg_vector.adelete( ids=[my_id], collection_only=True, ) ``` Checking before/after the...