bmritz / datajet

A Data Dependency Graph Framework and Executor
https://bmritz.github.io/datajet/
MIT License
2 stars 1 forks source link

make a way to make an easy datajet map from a pandas data frame in memory #26

Open bmritz opened 2 years ago

bmritz commented 2 years ago

{

col: dict_resolver(lkp_val, dict(zip(df[lkp_val].values, df[col].values))) for col in df if col != lkp_val

}