Ramanjot
Results
2
issues of
Ramanjot
I am committing some files using pygit2 and want to push to remote branch. This is what i am doing: ``` repo = pygit2.Repository(build_dir) branch = repo.lookup_branch(local_branch) repo.checkout(branch) for fl...
In the documentation for CsvReader it says we can pass the header parameter. The example shows a possible value of None. Example: "csv_reader": { \ "class": "CsvReader", \ "filename": "data/mydata.csv",...