Open alexcatanzaro opened 2 years ago
As things stand, you must import read_csv, read_parquet, etc ... It could be beneficial to have an alternative usage via a configure function.
read_csv
read_parquet
configure
This would look something like :
from pandas-lineage import configure configure()
At this point calls to pandas.to_csv, to_parquet, etc... would be intercepted and performed with the pandas-lineage counterpart.
Something to consider: https://modal.com/
As things stand, you must import
read_csv
,read_parquet
, etc ... It could be beneficial to have an alternative usage via aconfigure
function.This would look something like :
At this point calls to pandas.to_csv, to_parquet, etc... would be intercepted and performed with the pandas-lineage counterpart.