Skip to content
Snippets Groups Projects

Support multiple dataframe in preprocessing

Merged Anthony Correia requested to merge anthonyc/processing_with_multi_dataframes into main
40 files
+ 3775
3814
Compare changes
  • Side-by-side
  • Inline
Files
40
+ 10
2
@@ -12,6 +12,14 @@
"console": "integratedTerminal",
"justMyCode": true,
"cwd": "/home/fgias/etx4velo/LHCb_Pipeline/"
}
]
},
{
"name": "anthonyc",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${fileDirname}"
},
],
}
\ No newline at end of file
Loading