lolipopshock / notion-df

Seamlessly Connecting Notion Database with Python Pandas DataFrame
MIT License
82 stars 14 forks source link

The tables df columns and schema might not be always consistent #17

Closed lolipopshock closed 2 years ago

lolipopshock commented 2 years ago

For example, if you have a relation column inside a table, which points to an relation that the Notion integration doesn't have access to, then

  1. the downloaded data will contain that column
  2. the downloaded schema will not contain that column