Neo4j Data Import Pyarrow for Incremetal Data (to add new data to the graph every week)

I want to add new data / nodes to existing database every week (like insert into table) , to perform the analysis on the new data

can this be done using pyarrow ?