notion-df icon indicating copy to clipboard operation
notion-df copied to clipboard

Seamlessly Connecting Notion Database with Python Pandas DataFrame

Results 22 notion-df issues
Sort by recently updated
recently updated
newest added

Hello, New to this library and very interested! Trying to import my database into pandas but got a `KeyError: 'status'` error. It seems that the status type property is not...

Could you relax the pydantic requirements to allow for `1.10`? Note that pydantic released `2.0` with breaking changes so supporting all versions might be difficult. Thanks in advance!

looking forward to seeing this coming. mode (str, optional): (the function is not supported yet.) Whether to append to the database or **overwrite**.

Hey! In contrast to #26 , I can see rollups an relations when resolve_relation_values =False. When I set `resolve_relation_values=True`, I get the following error: ``` Traceback (most recent call last):...

Is it possible to get the page id of a database item into the data frame? This way I can map relations without setting resolve_relation_values=True and I won't have a...

![image](https://user-images.githubusercontent.com/37151817/164706646-f9860958-e81e-4f1e-b7c4-a07ec96fa025.png) ![image](https://user-images.githubusercontent.com/37151817/164707017-02ce36d1-815d-4c68-9f0b-9bb27ed817ff.png) I've tried resolve_relation_values=True and False... no change

When I try to read a databse from notion, the column that shows the name of the mate assigned to this task is shown as a code but not the...

I like this package and I am starting to use it to automate some of my note taking. I noticed if I want to add a page into database, only...